Monotone-Parent: 487f8acb57ef05be13059a57b5274da87d4d4cde

Monotone-Revision: 58bcff9040e0537925f1331d2d02052a22281972

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2009-11-30T19:19:20
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2009-11-30 19:19:20 +00:00
parent 3ede37b026
commit f33c6094c9
1 changed files with 0 additions and 12 deletions

View File

@ -217,18 +217,6 @@
return rc;
}
- (NSString *) _sqlJsonRepresentation: (NSString *) jsonRepresentation
{
NSMutableString *sql;
sql = [jsonRepresentation mutableCopy];
[sql autorelease];
[sql replaceString: @"\\" withString: @"\\\\"];
[sql replaceString: @"'" withString: @"''"];
return sql;
}
- (BOOL) primaryStoreProfile
{
NSString *jsonRepresentation;