diff finch/finch.c @ 19567:b99a158ea85e

disapproval of revision 'c672802b647f1230fbd9b0edf383fb3d558cf719'
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sun, 02 Sep 2007 00:03:43 +0000
parents 57d350900136
children 44b4e8bd759b
line wrap: on
line diff
--- a/finch/finch.c	Sat Sep 01 23:50:22 2007 +0000
+++ b/finch/finch.c	Sun Sep 02 00:03:43 2007 +0000
@@ -171,20 +171,12 @@
 	return closure->result;
 }
 
-static gboolean
-gnt_input_remove(guint tag)
-{
-	if ((gint)tag <= 0)
-		return FALSE;
-	return g_source_remove(tag);
-}
-
 static PurpleEventLoopUiOps eventloop_ops =
 {
 	g_timeout_add,
 	g_source_remove,
 	gnt_input_add,
-	gnt_input_remove,
+	g_source_remove,
 	NULL, /* input_get_error */
 #if GLIB_CHECK_VERSION(2,14,0)
 	g_timeout_add_seconds,