diff options
author | monsta <[email protected]> | 2016-05-17 14:08:57 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-05-17 14:08:57 +0300 |
commit | e670e05cb08c66da2838abe2608cfccb8b09fafd (patch) | |
tree | f823fc1a2ee1d1beaade9c8805b60939f1ba874c /egg/eggsmclient-private.h | |
parent | b17f0ae827ae6f0e949dda38a40ae72d822603b5 (diff) | |
download | mate-session-manager-e670e05cb08c66da2838abe2608cfccb8b09fafd.tar.bz2 mate-session-manager-e670e05cb08c66da2838abe2608cfccb8b09fafd.tar.xz |
require GTK+ >= 3.14, drop GTK+2 code and --with-gtk build option
Diffstat (limited to 'egg/eggsmclient-private.h')
-rw-r--r-- | egg/eggsmclient-private.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/egg/eggsmclient-private.h b/egg/eggsmclient-private.h index 84da51b..0cfe941 100644 --- a/egg/eggsmclient-private.h +++ b/egg/eggsmclient-private.h @@ -21,9 +21,6 @@ #define __EGG_SM_CLIENT_PRIVATE_H__ #include <gtk/gtk.h> -#if !GTK_CHECK_VERSION (3, 0, 0) -#include <gdkconfig.h> -#endif #include "eggsmclient.h" #ifdef __cplusplus |