From a9adafcb8ac36b6b3062e120d6f94b2c8820ade1 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Tue, 7 Jun 2011 00:03:34 +0000 Subject: [PATCH] Monotone-Parent: d3347c857a352227561f6e22c205b089a223ee88 Monotone-Revision: 98abaad7915e94d5c0c4a28f949c9df8f6a3ac89 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-06-07T00:03:34 Monotone-Branch: ca.inverse.sogo --- OpenChange/MAPIStoreSOGo.m | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/OpenChange/MAPIStoreSOGo.m b/OpenChange/MAPIStoreSOGo.m index efd725645..d5946af69 100644 --- a/OpenChange/MAPIStoreSOGo.m +++ b/OpenChange/MAPIStoreSOGo.m @@ -56,7 +56,6 @@ sogo_init (void) NSAutoreleasePool *pool; SOGoProductLoader *loader; Class MAPIApplicationK; - SOGoSystemDefaults *sd; NSUserDefaults *ud; SoProductRegistry *registry; @@ -67,7 +66,7 @@ sogo_init (void) the encoding specified in the file. */ putenv ("GNUSTEP_STRING_ENCODING=NSUTF8StringEncoding"); - sd = [SOGoSystemDefaults sharedSystemDefaults]; + [SOGoSystemDefaults sharedSystemDefaults]; // /* We force the plugin to base its configuration on the SOGo tree. */ ud = [NSUserDefaults standardUserDefaults];