/pidgin/main: 95d4e37b3d48: Remove an unnecessary call to GLIB_C...

Mark Doliner mark at kingant.net
Thu Jan 10 02:41:01 EST 2013


Changeset: 95d4e37b3d48c371aae6c4331bdacc059d407f5a
Author:	 Mark Doliner <mark at kingant.net>
Date:	 2013-01-09 23:39 -0800
Branch:	 default
URL: http://hg.pidgin.im/pidgin/main/rev/95d4e37b3d48

Description:

Remove an unnecessary call to GLIB_CHECK_VERSION.

Our top level configure.ac requires 2.16.0.

diffstat:

 finch/finch.c |  4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diffs (15 lines):

diff --git a/finch/finch.c b/finch/finch.c
--- a/finch/finch.c
+++ b/finch/finch.c
@@ -219,11 +219,7 @@ static PurpleEventLoopUiOps eventloop_op
 	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,



More information about the Commits mailing list