From 55b88b69ddb2a025fd946b5034bd2ced00f59e17 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Wed, 31 Dec 2008 17:43:47 +0000 Subject: [PATCH] Monotone-Parent: a31a31f34a80e50467184ed5bea36810cbac0e33 Monotone-Revision: 960e78b7d7470774c06a955e2a985fc80998d735 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-12-31T17:43:47 Monotone-Branch: ca.inverse.sogo --- Main/SOGo.m | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Main/SOGo.m b/Main/SOGo.m index 877e389f7..79a6326a0 100644 --- a/Main/SOGo.m +++ b/Main/SOGo.m @@ -157,15 +157,6 @@ static BOOL debugObjectAllocation = NO; [super dealloc]; } -- (NSString *) _sqlScriptFromTableFile: (NSString *) fileName - withTableName: (NSString *) tableName -{ - NSString *script; - - - return script; -} - - (NSString *) _sqlScriptForTable: (NSString *) tableName withType: (NSString *) tableType andFileSuffix: (NSString *) fileSuffix