remove all gtk3 conditionals
[claws.git] / src / statusbar.c
index 3d59c4574d6f024a3f3681416c0a4f236c196082..3cc4511d19ed143891d087541cd7d26a80d5e18f 100644 (file)
@@ -48,10 +48,8 @@ GtkWidget *statusbar_create(void)
 
        statusbar = gtk_statusbar_new();
        statusbar_list = g_list_append(statusbar_list, statusbar);
-#if !GTK_CHECK_VERSION(3, 0, 0)
        gtk_statusbar_set_has_resize_grip(GTK_STATUSBAR(statusbar), 
                                          FALSE);
-#endif
        gtk_container_set_border_width(GTK_CONTAINER(statusbar), 1);
        child = gtk_statusbar_get_message_area(GTK_STATUSBAR(statusbar));
        parent = gtk_widget_get_parent(child);