summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKalev Lember <kalevlember@gmail.com>2013-06-21 18:14:38 (GMT)
committerThomas Wood <thomas.wood@intel.com>2013-07-02 15:19:09 (GMT)
commita14e52b9eddb1060fdb1f3f7a8d8508fb22e6374 (patch)
treea657f22c5493450dd496597fc61202376557ce65
parent62f18a2e32fab1b2129ae5f8cb58be840a63fcb6 (diff)
downloadgnome-control-center-a14e52b9eddb1060fdb1f3f7a8d8508fb22e6374.zip
gnome-control-center-a14e52b9eddb1060fdb1f3f7a8d8508fb22e6374.tar.xz
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
-rw-r--r--shell/main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/shell/main.c b/shell/main.c
index bffac0b..3bf139e 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -24,7 +24,6 @@
#include <stdlib.h>
#include <glib/gi18n.h>
#include <gtk/gtk.h>
-#include <egg-list-box.h>
#ifdef GDK_WINDOWING_X11
#include <X11/Xlib.h>
@@ -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);