From c4a38436955e8ff77021a6cd124cbf596a7750a0 Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Tue, 13 May 2014 13:52:20 -0400 Subject: [PATCH] Removed unused configuration parameters --- OpenChange/SOGoMAPIDBObject.m | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/OpenChange/SOGoMAPIDBObject.m b/OpenChange/SOGoMAPIDBObject.m index 6407fbda3..7e54621df 100644 --- a/OpenChange/SOGoMAPIDBObject.m +++ b/OpenChange/SOGoMAPIDBObject.m @@ -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: