diff options
author | monsta <[email protected]> | 2016-11-21 22:28:15 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-11-21 22:28:15 +0300 |
commit | 9a94231819bbfaf23e477dc27c3966903ebdf1e1 (patch) | |
tree | 643b864764f69ce556ceeac785a2ed6e6f7c44d2 /src/eom-print-image-setup.h | |
parent | e85aca3ba0c5f59b12fd557285cc74dbbb8bf909 (diff) | |
download | eom-9a94231819bbfaf23e477dc27c3966903ebdf1e1.tar.bz2 eom-9a94231819bbfaf23e477dc27c3966903ebdf1e1.tar.xz |
move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option
and require libmate-desktop >= 1.17
Diffstat (limited to 'src/eom-print-image-setup.h')
-rw-r--r-- | src/eom-print-image-setup.h | 8 |
1 files changed, 0 insertions, 8 deletions
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 |