From e0d8d1fcdc38500dff10d723985c0db9bfb6f71e Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Sat, 27 Nov 2010 14:56:25 +0200 Subject: [PATCH] * cosmetics --- src/mu-runtime.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/mu-runtime.c b/src/mu-runtime.c index 3830b20a..162bf1d2 100644 --- a/src/mu-runtime.c +++ b/src/mu-runtime.c @@ -34,14 +34,12 @@ struct _MuRuntimeData { gchar *_muhome; gchar *_xapian_dir; gchar *_bookmarks_file; - MuConfigOptions *_config; }; typedef struct _MuRuntimeData MuRuntimeData; /* static, global data for this singleton */ -static gboolean _initialized = FALSE; - +static gboolean _initialized = FALSE; static MuRuntimeData *_data = NULL; static void runtime_free (void); @@ -78,7 +76,7 @@ mu_runtime_init (const char* muhome_arg) if (!init_system()) return FALSE; - + if (muhome_arg) muhome = g_strdup (muhome_arg); else