diff pidgin/gtkmenutray.h @ 32680:33d15efe7dca

Remove unnecessary GTK+ version checks now that we depend on 2.10.0. I thought I did some of this already, though.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sat, 08 Oct 2011 22:35:05 +0000
parents 4fa36f6928e3
children
line wrap: on
line diff
--- a/pidgin/gtkmenutray.h	Sat Oct 08 22:17:55 2011 +0000
+++ b/pidgin/gtkmenutray.h	Sat Oct 08 22:35:05 2011 +0000
@@ -40,9 +40,7 @@
 struct _PidginMenuTray {
 	GtkMenuItem gparent;					/**< The parent instance */
 	GtkWidget *tray;						/**< The tray */
-#if GTK_CHECK_VERSION(2,12,0)
-	gpointer depr1;
-#else
+#if !GTK_CHECK_VERSION(2,12,0)
 	GtkTooltips *tooltips;					/**< Tooltips */
 #endif
 };