]> Pileus Git - ~andy/gtk/commitdiff
app-chooser-button: remove leftover typedef
authorCosimo Cecchi <cosimoc@gnome.org>
Tue, 30 Nov 2010 14:04:37 +0000 (15:04 +0100)
committerCosimo Cecchi <cosimoc@gnome.org>
Tue, 30 Nov 2010 14:04:50 +0000 (15:04 +0100)
gtk/gtkappchooserbutton.h

index 0ea5416d570a3c4716080abebad945a9c4a5f9e6..61a88b11cebce570574b0f59de15888f33c638f9 100644 (file)
@@ -42,9 +42,6 @@ typedef struct _GtkAppChooserButton        GtkAppChooserButton;
 typedef struct _GtkAppChooserButtonClass   GtkAppChooserButtonClass;
 typedef struct _GtkAppChooserButtonPrivate GtkAppChooserButtonPrivate;
 
-typedef void (* GtkAppChooserButtonItemFunc) (GtkAppChooserButton *self,
-                                              gpointer             user_data);
-
 struct _GtkAppChooserButton {
   GtkComboBox parent;