aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/main.c15
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);