Remove duplicated functions
authorJohn Darrington <john@darrington.wattle.id.au>
Fri, 1 Jul 2011 16:01:27 +0000 (18:01 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Fri, 1 Jul 2011 16:01:27 +0000 (18:01 +0200)
src/ui/gui/helper.h

index afd3f9f2e378aa65ffc13d499ef9d1cd91263f77..597fdd78b48171c68098950879b8379491815475 100644 (file)
@@ -76,19 +76,4 @@ GtkListStore * clone_list_store (const GtkListStore *src);
 void psppire_box_pack_start_defaults (GtkBox *box, GtkWidget *widget);
 
 
-\f
-
-#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