Remove static declaration of atk_registry_get_factory_type(); gets rid of
authorPadraig O'Briain <padraigo@src.gnome.org>
Mon, 21 May 2001 14:17:02 +0000 (14:17 +0000)
committerPadraig O'Briain <padraigo@src.gnome.org>
Mon, 21 May 2001 14:17:02 +0000 (14:17 +0000)
warning

atk/atkregistry.c

index d85673e..00540a5 100644 (file)
@@ -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)