From a14e52b9eddb1060fdb1f3f7a8d8508fb22e6374 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Fri, 21 Jun 2013 20:14:38 +0200 Subject: [PATCH] main: Drop the use of EggListBox Now that all panels have been ported, we no longer need to do g_type_ensure. https://bugzilla.gnome.org/show_bug.cgi?id=702164 --- shell/main.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/shell/main.c b/shell/main.c index bffac0b85..3bf139e69 100644 --- a/shell/main.c +++ b/shell/main.c @@ -24,7 +24,6 @@ #include #include #include -#include #ifdef GDK_WINDOWING_X11 #include @@ -46,8 +45,6 @@ main (int argc, char **argv) XInitThreads (); #endif - g_type_ensure (egg_list_box_get_type ()); - application = cc_application_new (); status = g_application_run (G_APPLICATION (application), argc, argv);