summaryrefslogtreecommitdiff
path: root/katze/gtk3-compat.h
diff options
context:
space:
mode:
authorPaweł Forysiuk <tuxator@o2.pl>2012-12-13 23:58:07 +0100
committerChristian Dywan <christian@twotoasts.de>2012-12-13 23:58:07 +0100
commite1ef8d23fae377bcb958368e570072de4ab3721f (patch)
tree5505b64ad288537d4ac701a095adec1bea7aaa9e /katze/gtk3-compat.h
parentec8ecf03a13fc222b9ef95f12cacc78db72d1af2 (diff)
downloadmidori-e1ef8d23fae377bcb958368e570072de4ab3721f.tar.gz
Drop Hildon code from katze
Diffstat (limited to 'katze/gtk3-compat.h')
-rw-r--r--katze/gtk3-compat.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/katze/gtk3-compat.h b/katze/gtk3-compat.h
index 1b0b4563..3bf43011 100644
--- a/katze/gtk3-compat.h
+++ b/katze/gtk3-compat.h
@@ -79,10 +79,7 @@ G_BEGIN_DECLS
#define GTK_DIALOG_NO_SEPARATOR 0
#endif
-#if !GTK_CHECK_VERSION (3, 2, 0) && defined (HAVE_HILDON_2_2)
- #define gtk_entry_set_placeholder_text hildon_gtk_entry_set_placeholder_text
- #define gtk_entry_get_placeholder_text hildon_gtk_entry_get_placeholder_text
-#elif !GTK_CHECK_VERSION (3, 2, 0)
+#if !GTK_CHECK_VERSION (3, 2, 0)
void gtk_entry_set_placeholder_text (GtkEntry* entry, const gchar* text);
const gchar* gtk_entry_get_placeholder_text (GtkEntry* entry);
#endif