BGO#652797: Remove unused AtkMisc instance
authorMike Gorse <mgorse@novell.com>
Fri, 17 Jun 2011 04:48:53 +0000 (23:48 -0500)
committerMike Gorse <mgorse@novell.com>
Fri, 17 Jun 2011 04:48:53 +0000 (23:48 -0500)
atk-adaptor/bridge.c

index 86bfc47..51b12bc 100644 (file)
@@ -56,8 +56,6 @@
 
 SpiBridge *spi_global_app_data = NULL;
 
-static const AtkMisc *atk_misc = NULL;
-
 /*static Display *bridge_display = NULL;*/
 
 /*---------------------------------------------------------------------------*/
@@ -679,7 +677,6 @@ adaptor_init (gint * argc, gchar ** argv[])
 
   /* Allocate global data and do ATK initializations */
   spi_global_app_data = g_new0 (SpiBridge, 1);
-  atk_misc = atk_misc_get_instance ();
   spi_global_app_data->root = g_object_ref (root);
 
   /* Set up D-Bus connection and register bus name */