From ff8078c66110e8ea36240c47bc1f069b44d3ab99 Mon Sep 17 00:00:00 2001 From: Burt P Date: Tue, 30 Jul 2019 16:49:16 -0500 Subject: Remove old open_url() in favor or uri_open() See: https://github.com/lpereira/hardinfo/pull/417#discussion_r308512774 Signed-off-by: Burt P --- includes/hardinfo.h | 1 - 1 file changed, 1 deletion(-) (limited to 'includes/hardinfo.h') diff --git a/includes/hardinfo.h b/includes/hardinfo.h index 5c9863cc..c8ee1ca0 100644 --- a/includes/hardinfo.h +++ b/includes/hardinfo.h @@ -126,7 +126,6 @@ gpointer file_types_get_data_by_name(FileTypes *file_types, gchar *name); gchar *find_program(gchar *program_name); gchar *size_human_readable(gfloat size); void nonblock_sleep(guint msec); -void open_url(gchar *url); GSList *modules_get_list(void); GSList *modules_load_selected(void); GSList *modules_load_all(void); -- cgit v1.2.3