From f33c6094c946c8aa53c758bb4348d909709725eb Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Mon, 30 Nov 2009 19:19:20 +0000 Subject: [PATCH] Monotone-Parent: 487f8acb57ef05be13059a57b5274da87d4d4cde Monotone-Revision: 58bcff9040e0537925f1331d2d02052a22281972 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-11-30T19:19:20 Monotone-Branch: ca.inverse.sogo --- SoObjects/SOGo/SOGoUserProfile.m | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/SoObjects/SOGo/SOGoUserProfile.m b/SoObjects/SOGo/SOGoUserProfile.m index a2ef7b5d8..4a655f2ca 100644 --- a/SoObjects/SOGo/SOGoUserProfile.m +++ b/SoObjects/SOGo/SOGoUserProfile.m @@ -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;