diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-08-11 20:35:00 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-08-11 20:40:34 +0800 |
commit | fc30659d1b22894638f34b558c55cd8435106e75 (patch) | |
tree | 5481e43201f7adc94dbd7cab7b3d480d5db23a96 /shell | |
parent | 40187cd30a715c428cfa6087c6e3df9fb7159372 (diff) | |
download | gsoc2013-evolution-fc30659d1b22894638f34b558c55cd8435106e75.tar gsoc2013-evolution-fc30659d1b22894638f34b558c55cd8435106e75.tar.gz gsoc2013-evolution-fc30659d1b22894638f34b558c55cd8435106e75.tar.bz2 gsoc2013-evolution-fc30659d1b22894638f34b558c55cd8435106e75.tar.lz gsoc2013-evolution-fc30659d1b22894638f34b558c55cd8435106e75.tar.xz gsoc2013-evolution-fc30659d1b22894638f34b558c55cd8435106e75.tar.zst gsoc2013-evolution-fc30659d1b22894638f34b558c55cd8435106e75.zip |
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.
Diffstat (limited to 'shell')
-rw-r--r-- | shell/main.c | 15 |
1 files changed, 0 insertions, 15 deletions
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 <glib-unix.h> #endif -#if HAVE_CLUTTER -#include <clutter-gtk/clutter-gtk.h> -#include <mx/mx.h> -#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); |