See ChangeLog

Monotone-Parent: 83c63e63da91d2b44db08849dc570ff2029ed74a
Monotone-Revision: 5cd36f9e514c2019e708362661b3ede2e8598fb8

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2010-03-24T15:22:59
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Ludovic Marcotte
2010-03-24 15:22:59 +00:00
parent c9c3226988
commit 8dfaa80f36
6 changed files with 27 additions and 25 deletions
+1 -6
View File
@@ -1,6 +1,6 @@
/* SOGoSystemDefaults.m - this file is part of SOGo
*
* Copyright (C) 2009 Inverse inc.
* Copyright (C) 2009-2010 Inverse inc.
*
* Author: Wolfgang Sourdeau <wsourdeau@inverse.ca>
*
@@ -261,11 +261,6 @@ BootstrapNSUserDefaults ()
return [self stringForKey: @"SOGoMemcachedHost"];
}
- (int) memcachedPort
{
return [self integerForKey: @"SOGoMemcachedPort"];
}
- (BOOL) uixDebugEnabled
{
return [self boolForKey: @"SOGoUIxDebugEnabled"];