diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-02-16 07:38:49 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-02-16 07:38:49 +0800 |
commit | 73510c9d4bbcc34825d6717b9a84b8daf25aa587 (patch) | |
tree | f97ebfdb47758c514dab4bfa8657cf57e4f7af66 /modules/calendar | |
parent | 8e7f6aee3e1163833a5675cc567d81c2608f4a75 (diff) | |
download | gsoc2013-evolution-73510c9d4bbcc34825d6717b9a84b8daf25aa587.tar gsoc2013-evolution-73510c9d4bbcc34825d6717b9a84b8daf25aa587.tar.gz gsoc2013-evolution-73510c9d4bbcc34825d6717b9a84b8daf25aa587.tar.bz2 gsoc2013-evolution-73510c9d4bbcc34825d6717b9a84b8daf25aa587.tar.lz gsoc2013-evolution-73510c9d4bbcc34825d6717b9a84b8daf25aa587.tar.xz gsoc2013-evolution-73510c9d4bbcc34825d6717b9a84b8daf25aa587.tar.zst gsoc2013-evolution-73510c9d4bbcc34825d6717b9a84b8daf25aa587.zip |
Remove old GTK+ version checks.
We require GTK+ 3.4, so no need to check for versions older than that.
Diffstat (limited to 'modules/calendar')
-rw-r--r-- | modules/calendar/e-cal-shell-view-private.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/calendar/e-cal-shell-view-private.c b/modules/calendar/e-cal-shell-view-private.c index 10e67e8df5..f22b8eef20 100644 --- a/modules/calendar/e-cal-shell-view-private.c +++ b/modules/calendar/e-cal-shell-view-private.c @@ -237,7 +237,6 @@ cal_shell_view_date_navigator_scroll_event_cb (ECalShellView *cal_shell_view, direction = event->direction; - #if GTK_CHECK_VERSION(3,3,18) if (direction == GDK_SCROLL_SMOOTH) { static gdouble total_delta_y = 0.0; @@ -253,7 +252,6 @@ cal_shell_view_date_navigator_scroll_event_cb (ECalShellView *cal_shell_view, return FALSE; } } - #endif switch (direction) { case GDK_SCROLL_UP: |