From: Padraig O'Briain Date: Mon, 21 May 2001 14:17:02 +0000 (+0000) Subject: Remove static declaration of atk_registry_get_factory_type(); gets rid of X-Git-Tag: ATK_0_2~38 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8a866f17360f1e886436d0dbc86f9275a7e813d4;p=platform%2Fupstream%2Fatk.git Remove static declaration of atk_registry_get_factory_type(); gets rid of warning --- diff --git a/atk/atkregistry.c b/atk/atkregistry.c index d85673e..00540a5 100644 --- a/atk/atkregistry.c +++ b/atk/atkregistry.c @@ -28,8 +28,6 @@ static void atk_registry_finalize (GObject *instance static void atk_registry_class_init (AtkRegistryClass *klass); static AtkRegistry* atk_registry_new (); -static GType atk_registry_get_factory_type (AtkRegistry *registry, - GType type); GType atk_registry_get_type (void)