Removed unused configuration parameters

This commit is contained in:
Ludovic Marcotte
2014-05-13 13:52:20 -04:00
parent d58184af15
commit c4a3843695

View File

@@ -50,18 +50,6 @@
#import "SOGoMAPIDBObject.h"
//
// This defines the storage for internal properly list, stored in the
// database. Possible values are:
//
// NSPropertyListGNUstepFormat = 1000
// NSPropertyListGNUstepBinaryFormat = 1001
// NSPropertyListOpenStepFormat = 1
// NSPropertyListXMLFormat_v1_0 = 100
// NSPropertyListBinaryFormat_v1_0 = 200
//
static NSPropertyListFormat plistFormat;
static EOAttribute *textColumn = nil;
@implementation SOGoMAPIDBObject
@@ -70,11 +58,6 @@ static EOAttribute *textColumn = nil;
{
NSDictionary *description;
plistFormat = [[NSUserDefaults standardUserDefaults] integerForKey: @"SOGoPropertyListFormat"];
if (!plistFormat)
plistFormat = NSPropertyListGNUstepBinaryFormat;
if (!textColumn)
{
/* TODO: this is a hack for providing an EOAttribute definition that is
@@ -97,6 +80,7 @@ static EOAttribute *textColumn = nil;
@" c_lastmodified INT4 NOT NULL,"
@" c_version INT4 NOT NULL DEFAULT 0,"
@" c_deleted SMALLINT NOT NULL DEFAULT 0,"
@" c_content TEXT"
*/
/* indexes: