summaryrefslogtreecommitdiff
path: root/finch/finch.c
diff options
context:
space:
mode:
authorMark Doliner <mark@kingant.net>2013-01-09 23:39:18 -0800
committerMark Doliner <mark@kingant.net>2013-01-09 23:39:18 -0800
commit7eaa879f5660b90f704c33d566120a743bc3035b (patch)
treec393954e68b411a3324149eb054c819656480599 /finch/finch.c
parent2cedecc6396a54f1338ffc8bca0ae40326451598 (diff)
downloadpidgin-7eaa879f5660b90f704c33d566120a743bc3035b.tar.gz
Remove an unnecessary call to GLIB_CHECK_VERSION.
Our top level configure.ac requires 2.16.0.
Diffstat (limited to 'finch/finch.c')
-rw-r--r--finch/finch.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/finch/finch.c b/finch/finch.c
index 1af4e87694..0e7282ee89 100644
--- a/finch/finch.c
+++ b/finch/finch.c
@@ -219,11 +219,7 @@ static PurpleEventLoopUiOps eventloop_ops =
gnt_input_add,
g_source_remove,
NULL, /* input_get_error */
-#if GLIB_CHECK_VERSION(2,14,0)
g_timeout_add_seconds,
-#else
- NULL,
-#endif
/* padding */
NULL,