From e71c723f62971343e9ca83d3371a0ded28747e48 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Tue, 26 May 2015 09:39:08 +0200 Subject: Remove extra resize-grip code - gtk+ handle this for itself since a long time - with <=3.14 resize-grip is removed - with gtk2 is not affected --- src/eom-statusbar.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/eom-statusbar.h') diff --git a/src/eom-statusbar.h b/src/eom-statusbar.h index cf263d4..4ecedec 100644 --- a/src/eom-statusbar.h +++ b/src/eom-statusbar.h @@ -63,11 +63,6 @@ void eom_statusbar_set_image_number (EomStatusbar *statusbar, void eom_statusbar_set_progress (EomStatusbar *statusbar, gdouble progress); -#if !GTK_CHECK_VERSION(3, 0, 0) -void eom_statusbar_set_has_resize_grip (EomStatusbar *statusbar, - gboolean has_resize_grip); -#endif - G_END_DECLS #endif /* __EOM_STATUSBAR_H__ */ -- cgit v1.2.1