]> git.sesse.net Git - vlc/blobdiff - modules/gui/gtk/gnome_support.c
Remove slp and joystick plugins
[vlc] / modules / gui / gtk / gnome_support.c
index d59198cd7bb2542a109ad3bd02a4bb392d34a34d..1a4374daa9ea9a0d81585d8f6759c3bbdc3b890d 100644 (file)
@@ -126,6 +126,7 @@ create_pixmap                          (GtkWidget       *widget,
 }
 
 /* This is an internally used function to create imlib images. */
+#if 0
 GdkImlibImage*
 create_image                           (const gchar     *filename)
 {
@@ -143,4 +144,5 @@ create_image                           (const gchar     *filename)
   g_free (pathname);
   return image;
 }
+#endif