commit de6bb50efd22c4179244f06712502a87ceb14a24
parent a1fddbf2dd4be1962f0378d3546240e1f491d2bf
Author: Andrej Kacian <ticho@claws-mail.org>
Date: Tue, 27 Feb 2018 09:12:38 +0100
Remove GTK version check for 3.4.0, since the build requires higher version than that.
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/gtk/gtkcmclist.c b/src/gtk/gtkcmclist.c
@@ -4634,9 +4634,7 @@ gtk_cmclist_realize (GtkWidget *widget)
#endif
attributes.event_mask = gtk_widget_get_events (widget);
attributes.event_mask |= (GDK_SCROLL_MASK |
-#if GTK_CHECK_VERSION(3, 4, 0)
GDK_SMOOTH_SCROLL_MASK |
-#endif
GDK_POINTER_MOTION_MASK |
GDK_EXPOSURE_MASK |
GDK_BUTTON_PRESS_MASK |