From fc30659d1b22894638f34b558c55cd8435106e75 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sat, 11 Aug 2012 08:35:00 -0400 Subject: express: Remove clutter-based email tabs. This was another MeeGo feature. MeeGo is dead, the code is starting to bit rot and crashes on startup, the original author disappeared and the remaining developers are not interested in maintaining it. So it's out. --- shell/main.c | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'shell/main.c') diff --git a/shell/main.c b/shell/main.c index a19614d76c..93b22b1701 100644 --- a/shell/main.c +++ b/shell/main.c @@ -30,11 +30,6 @@ #include #endif -#if HAVE_CLUTTER -#include -#include -#endif - #ifdef G_OS_WIN32 #define WIN32_LEAN_AND_MEAN #ifdef DATADIR @@ -505,20 +500,10 @@ main (gint argc, return 0; } -#if HAVE_CLUTTER - gtk_clutter_init_with_args ( - &argc, &argv, - _("- The Evolution PIM and Email Client"), - entries, (gchar *) GETTEXT_PACKAGE, &error); - mx_style_load_from_file ( - mx_style_get_default (), - EVOLUTION_MX_THEMEDIR "/default.css", NULL); -#else gtk_init_with_args ( &argc, &argv, _("- The Evolution PIM and Email Client"), entries, (gchar *) GETTEXT_PACKAGE, &error); -#endif if (error != NULL) { g_printerr ("%s\n", error->message); g_error_free (error); -- cgit