From 5f942b123248712f86fe7bfc3724b899a2bc0844 Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Tue, 30 Nov 2010 15:04:37 +0100 Subject: [PATCH] app-chooser-button: remove leftover typedef --- gtk/gtkappchooserbutton.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/gtk/gtkappchooserbutton.h b/gtk/gtkappchooserbutton.h index 0ea5416d57..61a88b11ce 100644 --- a/gtk/gtkappchooserbutton.h +++ b/gtk/gtkappchooserbutton.h @@ -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;