diff options
Diffstat (limited to 'e-util/e-web-view-gtkhtml.c')
-rw-r--r-- | e-util/e-web-view-gtkhtml.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/e-util/e-web-view-gtkhtml.c b/e-util/e-web-view-gtkhtml.c index 7303277f6a..98e8547b11 100644 --- a/e-util/e-web-view-gtkhtml.c +++ b/e-util/e-web-view-gtkhtml.c @@ -851,7 +851,6 @@ web_view_gtkhtml_scroll_event (GtkWidget *widget, if (event->state & GDK_CONTROL_MASK) { GdkScrollDirection direction = event->direction; - #if GTK_CHECK_VERSION(3,3,18) if (direction == GDK_SCROLL_SMOOTH) { static gdouble total_delta_y = 0.0; @@ -867,7 +866,6 @@ web_view_gtkhtml_scroll_event (GtkWidget *widget, return FALSE; } } - #endif switch (direction) { case GDK_SCROLL_UP: |