From f2fdd9fee9109cb0fa7f37a26acd0b1eaf2f40f2 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Sat, 20 Jan 2007 14:43:59 +0000 Subject: Get rid of g_timeout_remove and g_io_remove_watch in favor for g_source_remove --- hcid/hcid.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'hcid/hcid.h') diff --git a/hcid/hcid.h b/hcid/hcid.h index f8d58fc4..91b311f8 100644 --- a/hcid/hcid.h +++ b/hcid/hcid.h @@ -23,9 +23,6 @@ * */ -#define g_io_remove_watch g_source_remove -#define g_timeout_remove g_source_remove - #include #include -- cgit