From: John Darrington Date: Fri, 1 Jul 2011 16:01:27 +0000 (+0200) Subject: Remove duplicated functions X-Git-Tag: v0.7.9~250 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=621280e9634c00bf69f61f1267c56887d8299b86;p=pspp-builds.git Remove duplicated functions --- 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