diff pidgin/gtkdocklet-gtk.c @ 29802:5434f768917b

Get rid of a few version checks that we no longer need now that we depend on newer stuff. Can also get rid of gtkdocklet-x11.c, apparently.
author Mark Doliner <mark@kingant.net>
date Fri, 19 Feb 2010 08:54:11 +0000
parents 5a6c66d4de94
children fb0245b8c177
line wrap: on
line diff
--- a/pidgin/gtkdocklet-gtk.c	Fri Feb 19 08:40:16 2010 +0000
+++ b/pidgin/gtkdocklet-gtk.c	Fri Feb 19 08:54:11 2010 +0000
@@ -26,8 +26,6 @@
 #include "pidginstock.h"
 #include "gtkdocklet.h"
 
-#if GTK_CHECK_VERSION(2,10,0)
-
 /* globals */
 GtkStatusIcon *docklet = NULL;
 
@@ -155,6 +153,3 @@
 	gtk_icon_theme_append_search_path(gtk_icon_theme_get_default(),
 		DATADIR G_DIR_SEPARATOR_S "pixmaps" G_DIR_SEPARATOR_S "pidgin" G_DIR_SEPARATOR_S "tray");
 }
-
-#endif  /* GTK_CHECK_VERSION(2,10,0) */
-