2011-04-10 [colin] 3.7.9cvs10
[claws.git] / src / gtk / gtkshruler.c
index a208a9c39cc49bdc80600e271446fc5bcd7b44b3..e7aadb22f979dba36ac01edb0fb8dd87f4e0c2d9 100644 (file)
@@ -30,9 +30,6 @@
 #include <stdio.h>
 #include <string.h>
 #include <gtk/gtk.h>
-
-#if !GTK_CHECK_VERSION(2,24,0)
-
 #include "gtkshruler.h"
 #include "utils.h"
 #include "gtkutils.h"
@@ -182,4 +179,3 @@ gtk_shruler_draw_ticks(GtkRuler *ruler)
 
        cairo_destroy(cr);
 }
-#endif