From 89edbea0fde48f3e91b634589299f5c0f13e1543 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Sat, 20 Jan 2007 14:53:59 +0000 Subject: Get rid of g_idle_add --- eglib/gmain.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'eglib/gmain.c') diff --git a/eglib/gmain.c b/eglib/gmain.c index ea3adebd..a5e46a3a 100644 --- a/eglib/gmain.c +++ b/eglib/gmain.c @@ -544,12 +544,6 @@ guint g_timeout_add(guint interval, GSourceFunc function, gpointer data) return t->id; } -guint g_idle_add(GSourceFunc func, gpointer user_data) -{ - /* Not implemented */ - return 0; -} - /* GError */ void g_error_free(GError *err) { -- cgit