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-print-image-setup.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/eom-print-image-setup.h') diff --git a/src/eom-print-image-setup.h b/src/eom-print-image-setup.h index 6915fcf..e7803b0 100644 --- a/src/eom-print-image-setup.h +++ b/src/eom-print-image-setup.h @@ -38,21 +38,13 @@ typedef struct _EomPrintImageSetupPrivate EomPrintImageSetupPrivate; #define EOM_PRINT_IMAGE_SETUP_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), EOM_TYPE_PRINT_IMAGE_SETUP, EomPrintImageSetupClass)) struct _EomPrintImageSetup { -#if GTK_CHECK_VERSION (3, 4, 0) GtkGrid parent_instance; -#else - GtkTable parent_instance; -#endif EomPrintImageSetupPrivate *priv; }; struct _EomPrintImageSetupClass { -#if GTK_CHECK_VERSION (3, 4, 0) GtkGridClass parent_class; -#else - GtkTableClass parent_class; -#endif }; G_GNUC_INTERNAL -- cgit v1.2.1