From 9a94231819bbfaf23e477dc27c3966903ebdf1e1 Mon Sep 17 00:00:00 2001 From: monsta Date: Mon, 21 Nov 2016 22:28:15 +0300 Subject: move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option and require libmate-desktop >= 1.17 --- src/eom-thumb-nav.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/eom-thumb-nav.h') diff --git a/src/eom-thumb-nav.h b/src/eom-thumb-nav.h index ab376a5..f4f86c7 100644 --- a/src/eom-thumb-nav.h +++ b/src/eom-thumb-nav.h @@ -49,21 +49,13 @@ typedef enum { } EomThumbNavMode; struct _EomThumbNav { -#if GTK_CHECK_VERSION (3, 2, 0) GtkBox base_instance; -#else - GtkHBox base_instance; -#endif EomThumbNavPrivate *priv; }; struct _EomThumbNavClass { -#if GTK_CHECK_VERSION (3, 2, 0) GtkBoxClass parent_class; -#else - GtkHBoxClass parent_class; -#endif }; GType eom_thumb_nav_get_type (void) G_GNUC_CONST; -- cgit v1.2.1