From d82217183f0fc34bc7d33b545121a88be78985ef Mon Sep 17 00:00:00 2001 From: Burt P Date: Mon, 31 Jul 2017 01:45:33 -0500 Subject: Remove unnecessary GTK_CHECK_VERSION()s Require 2.10, so checking anything less isn't needed. Signed-off-by: Burt P --- shell/shell.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'shell/shell.c') diff --git a/shell/shell.c b/shell/shell.c index 3cc13128..b81e77b6 100755 --- a/shell/shell.c +++ b/shell/shell.c @@ -854,10 +854,8 @@ static gboolean reload_section(gpointer data) #if GTK_CHECK_VERSION(3, 0, 0) /* TODO:GTK3 */ #else -#if GTK_CHECK_VERSION(2, 0, 0) pos_info_scroll = RANGE_GET_VALUE(info, vscrollbar); pos_more_scroll = RANGE_GET_VALUE(moreinfo, vscrollbar); -#endif #endif /* avoid drawing the window while we reload */ -- cgit v1.2.3