app-chooser-button: remove leftover typedef

This commit is contained in:
Cosimo Cecchi 2010-11-30 15:04:37 +01:00
parent 50e967d17b
commit 5f942b1232

View 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;