aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc.h')
-rwxr-xr-xsrc/misc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/misc.h b/src/misc.h
index 2fbadde..2b0c582 100755
--- a/src/misc.h
+++ b/src/misc.h
@@ -56,7 +56,6 @@ GtkWidget *LoadFileRunScanner;
/*
* Create Pixmaps, buttons...
*/
-GtkWidget *Create_Button_With_Pixmap (guint button_type);
GtkWidget *Create_Pixmap_Icon_With_Event_Box (const gchar *pixmap_name);
GtkWidget *Create_Button_With_Icon_And_Label (const gchar *pixmap_name, gchar *label);
GtkWidget *Create_Xpm_Image (const char **xpm_name);