From 8a866f17360f1e886436d0dbc86f9275a7e813d4 Mon Sep 17 00:00:00 2001 From: Padraig O'Briain Date: Mon, 21 May 2001 14:17:02 +0000 Subject: [PATCH] Remove static declaration of atk_registry_get_factory_type(); gets rid of warning --- atk/atkregistry.c | 2 -- 1 file changed, 2 deletions(-) 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) -- 2.7.4