summaryrefslogtreecommitdiff
path: root/pluma/pluma-history-entry.h
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-05-19 16:10:32 +0200
committerinfirit <[email protected]>2014-05-19 20:57:25 +0200
commit1bfcadb0c03a32c6ddde0b577f74c5291b1dd4fc (patch)
tree930c9c3b2e4a3cf84cc354bad17016a5de743375 /pluma/pluma-history-entry.h
parentcc28312a3f00a21d7fdf982ae9abce782878d906 (diff)
downloadpluma-1bfcadb0c03a32c6ddde0b577f74c5291b1dd4fc.tar.bz2
pluma-1bfcadb0c03a32c6ddde0b577f74c5291b1dd4fc.tar.xz
Unify search GtkComboBox so it work in gtk+-2 and gtk+-3
Diffstat (limited to 'pluma/pluma-history-entry.h')
-rw-r--r--pluma/pluma-history-entry.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/pluma/pluma-history-entry.h b/pluma/pluma-history-entry.h
index eba621f9..bca90d89 100644
--- a/pluma/pluma-history-entry.h
+++ b/pluma/pluma-history-entry.h
@@ -48,20 +48,12 @@ typedef struct _PlumaHistoryEntryPrivate PlumaHistoryEntryPrivate;
struct _PlumaHistoryEntryClass
{
-#if GTK_CHECK_VERSION (3, 0, 0)
GtkComboBoxTextClass parent_class;
-#else
- GtkComboBoxEntryClass parent_class;
-#endif
};
struct _PlumaHistoryEntry
{
-#if GTK_CHECK_VERSION (3, 0, 0)
GtkComboBoxText parent_instance;
-#else
- GtkComboBoxEntry parent_instance;
-#endif
PlumaHistoryEntryPrivate *priv;
};