From 656178049b4d1b73d4997aa983b778d4eb4054ae Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 1 Oct 2009 16:24:49 -0400 Subject: Build with GTK_DISABLE_DEPRECATED and fix resulting breakage. --- calendar/conduits/todo/todo-conduit.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'calendar/conduits/todo/todo-conduit.c') diff --git a/calendar/conduits/todo/todo-conduit.c b/calendar/conduits/todo/todo-conduit.c index f4bc98ce5b..a625cc7c39 100644 --- a/calendar/conduits/todo/todo-conduit.c +++ b/calendar/conduits/todo/todo-conduit.c @@ -30,12 +30,7 @@ #define G_LOG_DOMAIN "etodoconduit" /* Work around deprecated API usage in GnomePilot. */ -#ifdef GTK_DISABLE_DEPRECATED -#include -#define GTK_CHECK_CAST G_TYPE_CHECK_INSTANCE_CAST -typedef GType GtkType; -#endif - +#undef GTK_DISABLE_DEPRECATED #undef GTK_DISABLE_SINGLE_INCLUDES #include -- cgit v1.2.3