From 621280e9634c00bf69f61f1267c56887d8299b86 Mon Sep 17 00:00:00 2001 From: John Darrington Date: Fri, 1 Jul 2011 18:01:27 +0200 Subject: [PATCH] Remove duplicated functions --- src/ui/gui/helper.h | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/src/ui/gui/helper.h b/src/ui/gui/helper.h index afd3f9f2..597fdd78 100644 --- a/src/ui/gui/helper.h +++ b/src/ui/gui/helper.h @@ -76,19 +76,4 @@ GtkListStore * clone_list_store (const GtkListStore *src); void psppire_box_pack_start_defaults (GtkBox *box, GtkWidget *widget); - - -#if ! GTK_CHECK_VERSION (2,20,0) -static inline gboolean gtk_widget_get_realized (GtkWidget *w) -{ - return GTK_WIDGET_REALIZED (w); -} - -static inline gboolean gtk_widget_get_mapped (GtkWidget *w) -{ - return GTK_WIDGET_MAPPED (w); -} -#endif - - #endif -- 2.30.2