summaryrefslogtreecommitdiff
path: root/pluma/pluma-documents-panel.h
diff options
context:
space:
mode:
authormonsta <[email protected]>2016-11-06 14:43:26 +0300
committermonsta <[email protected]>2016-11-06 14:43:26 +0300
commit4c06cb5cd0859067769dac1317682d430b18cc78 (patch)
tree0c363ee71311366fb2016df9858858ef5ef2d25d /pluma/pluma-documents-panel.h
parent65371f53dbb06180b750dad7c19e7bcf0f8651d6 (diff)
downloadpluma-4c06cb5cd0859067769dac1317682d430b18cc78.tar.bz2
pluma-4c06cb5cd0859067769dac1317682d430b18cc78.tar.xz
move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option
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
};
/*