summaryrefslogtreecommitdiff
path: root/pluma/pluma-tab.h
diff options
context:
space:
mode:
Diffstat (limited to 'pluma/pluma-tab.h')
-rw-r--r--pluma/pluma-tab.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/pluma/pluma-tab.h b/pluma/pluma-tab.h
index 62d46521..55c820b1 100644
--- a/pluma/pluma-tab.h
+++ b/pluma/pluma-tab.h
@@ -77,11 +77,7 @@ typedef struct _PlumaTab PlumaTab;
struct _PlumaTab
{
-#if GTK_CHECK_VERSION (3, 0, 0)
GtkBox vbox;
-#else
- GtkVBox vbox;
-#endif
/*< private > */
PlumaTabPrivate *priv;
@@ -94,11 +90,7 @@ typedef struct _PlumaTabClass PlumaTabClass;
struct _PlumaTabClass
{
-#if GTK_CHECK_VERSION (3, 0, 0)
GtkBoxClass parent_class;
-#else
- GtkVBoxClass parent_class;
-#endif
};
/*