summaryrefslogtreecommitdiff
path: root/pluma/pluma-documents-panel.h
diff options
context:
space:
mode:
Diffstat (limited to 'pluma/pluma-documents-panel.h')
-rw-r--r--pluma/pluma-documents-panel.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/pluma/pluma-documents-panel.h b/pluma/pluma-documents-panel.h
index 4c546f81..f1c5bc12 100644
--- a/pluma/pluma-documents-panel.h
+++ b/pluma/pluma-documents-panel.h
@@ -57,11 +57,7 @@ typedef struct _PlumaDocumentsPanel PlumaDocumentsPanel;
struct _PlumaDocumentsPanel
{
-#if GTK_CHECK_VERSION (3, 0, 0)
GtkBox vbox;
-#else
- GtkVBox vbox;
-#endif
/*< private > */
PlumaDocumentsPanelPrivate *priv;
@@ -74,11 +70,7 @@ typedef struct _PlumaDocumentsPanelClass PlumaDocumentsPanelClass;
struct _PlumaDocumentsPanelClass
{
-#if GTK_CHECK_VERSION (3, 0, 0)
GtkBoxClass parent_class;
-#else
- GtkVBoxClass parent_class;
-#endif
};
/*