mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-11 00:08:51 +00:00
Monotone-Parent: 0f9eac2195a8e5d5ca41db21705479944c46076a
Monotone-Revision: 1bc2d8d548fc0f35aa2c0bb3364da716249afeaa Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-12-17T14:34:15 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -48,7 +48,6 @@
|
||||
NSString *blobTablePattern; // eg 'SOGo_$folderId$_blob
|
||||
NSString *quickTablePattern; // eg 'SOGo_$folderId$_quick
|
||||
NSArray *fields; // GCSFieldInfo objects
|
||||
NSDictionary *fieldDict; // maps a name to GCSFieldInfo
|
||||
EOQualifier *folderQualifier; // to further limit the table set
|
||||
NSString *extractorClassName;
|
||||
GCSFieldExtractor *extractor;
|
||||
|
||||
@@ -106,7 +106,6 @@
|
||||
[blobTablePattern release];
|
||||
[quickTablePattern release];
|
||||
[fields release];
|
||||
[fieldDict release];
|
||||
[folderQualifier release];
|
||||
[super dealloc];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user