diff options
author | rbuj <[email protected]> | 2020-01-30 17:03:35 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-03-25 13:28:50 +0100 |
commit | 16ae921196f21a6f9c95f27fe94bf61f0df9eda1 (patch) | |
tree | 19e7ec574332e162a48ef29d4d234857ea8346c7 /src/gtk-utils.h | |
parent | fbcbacb489100dbb876de3b2f5226f87e8f10092 (diff) | |
download | engrampa-16ae921196f21a6f9c95f27fe94bf61f0df9eda1.tar.bz2 engrampa-16ae921196f21a6f9c95f27fe94bf61f0df9eda1.tar.xz |
Terminate the application if the resource doesn't exists
Diffstat (limited to 'src/gtk-utils.h')
-rw-r--r-- | src/gtk-utils.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gtk-utils.h b/src/gtk-utils.h index 3d6c260..a3c9ff4 100644 --- a/src/gtk-utils.h +++ b/src/gtk-utils.h @@ -65,8 +65,6 @@ GdkPixbuf * get_mime_type_pixbuf (const char *mime_type, GtkIconTheme *icon_theme); void show_help_dialog (GtkWindow *parent, const char *section); -GtkBuilder * - _gtk_builder_new_from_resource (const char *resource_path); GtkWidget * _gtk_builder_get_widget (GtkBuilder *builder, const char *name); |