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;