From c951215db340629ace5b03785b3559a04d72fffb Mon Sep 17 00:00:00 2001 From: infirit Date: Tue, 27 May 2014 16:34:24 +0200 Subject: Replace GtkObject with GObject also for gtk2 --- capplets/about-me/e-image-chooser.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'capplets') diff --git a/capplets/about-me/e-image-chooser.c b/capplets/about-me/e-image-chooser.c index 8a404ee8..099b23cd 100644 --- a/capplets/about-me/e-image-chooser.c +++ b/capplets/about-me/e-image-chooser.c @@ -66,11 +66,7 @@ static void image_drag_data_received_cb (GtkWidget *widget, GtkSelectionData *selection_data, guint info, guint time, EImageChooser *chooser); -#if GTK_CHECK_VERSION (3, 0, 0) static GObjectClass *parent_class = NULL; -#else -static GtkObjectClass *parent_class = NULL; -#endif #define PARENT_TYPE GTK_TYPE_VBOX enum DndTargetType { -- cgit v1.2.1