aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/gui_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gui_utils.h')
-rw-r--r--gtk/gui_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gui_utils.h b/gtk/gui_utils.h
index ffe6cf4197..9720a2a0d6 100644
--- a/gtk/gui_utils.h
+++ b/gtk/gui_utils.h
@@ -295,7 +295,7 @@ extern GtkWidget *xpm_to_widget(const char ** xpm);
* @param xpm the character array containing the picture
* @return a newly created GtkWidget showing the picture
*/
-extern GtkWidget *xpm_to_widget_from_parent(GtkWidget *parent, const char ** xpm);
+/*extern GtkWidget *xpm_to_widget_from_parent(GtkWidget *parent, const char ** xpm);*/
/** Convert an pixbuf data to a GtkWidget
*