summaryrefslogtreecommitdiff
path: root/pidgin/gtkconv.h
diff options
context:
space:
mode:
authorMark Doliner <mark@kingant.net>2013-01-26 18:12:03 -0800
committerMark Doliner <mark@kingant.net>2013-01-26 18:12:03 -0800
commite9a4faff5c714eeb8a709920e829689d99d3c3cc (patch)
tree21ce849dde84aa06b211a1b85f2c9e8971f89add /pidgin/gtkconv.h
parent439724d7aa4a000d5afa01c475d0e88ee1f33467 (diff)
downloadpidgin-e9a4faff5c714eeb8a709920e829689d99d3c3cc.tar.gz
Remove all unnecessary GTK_CHECK_VERSION calls.
Diffstat (limited to 'pidgin/gtkconv.h')
-rw-r--r--pidgin/gtkconv.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/pidgin/gtkconv.h b/pidgin/gtkconv.h
index 323858abc7..2dbceb736a 100644
--- a/pidgin/gtkconv.h
+++ b/pidgin/gtkconv.h
@@ -90,11 +90,7 @@ struct _PidginConversation
gboolean make_sound;
-#if GTK_CHECK_VERSION(2,12,0)
gpointer depr2;
-#else
- GtkTooltips *tooltips;
-#endif
GtkWidget *tab_cont;
GtkWidget *tabby;