summaryrefslogtreecommitdiff
path: root/mate-panel/panel-toplevel.h
diff options
context:
space:
mode:
Diffstat (limited to 'mate-panel/panel-toplevel.h')
-rw-r--r--mate-panel/panel-toplevel.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/mate-panel/panel-toplevel.h b/mate-panel/panel-toplevel.h
index 51bc0059..206397da 100644
--- a/mate-panel/panel-toplevel.h
+++ b/mate-panel/panel-toplevel.h
@@ -28,10 +28,7 @@
#include <gtk/gtk.h>
#include "panel-background.h"
-
-#if GTK_CHECK_VERSION (3, 18, 0)
#include "panel-enums.h"
-#endif
#ifdef __cplusplus
extern "C" {
@@ -60,9 +57,7 @@ struct _PanelToplevel {
GSettings *settings;
GSettings *queued_settings;
GSettings *background_settings;
-#if GTK_CHECK_VERSION (3, 18, 0)
PanelBackground background;
-#endif
PanelToplevelPrivate *priv;
};