From 85dfb16e7aa7423758de879a35de58b59372fd04 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Wed, 17 Dec 2008 14:34:15 +0000 Subject: [PATCH] Monotone-Parent: 0f9eac2195a8e5d5ca41db21705479944c46076a Monotone-Revision: 1bc2d8d548fc0f35aa2c0bb3364da716249afeaa Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-12-17T14:34:15 Monotone-Branch: ca.inverse.sogo --- SOPE/GDLContentStore/GCSFolderType.h | 1 - SOPE/GDLContentStore/GCSFolderType.m | 1 - 2 files changed, 2 deletions(-) diff --git a/SOPE/GDLContentStore/GCSFolderType.h b/SOPE/GDLContentStore/GCSFolderType.h index c784406d5..a27584d18 100644 --- a/SOPE/GDLContentStore/GCSFolderType.h +++ b/SOPE/GDLContentStore/GCSFolderType.h @@ -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; diff --git a/SOPE/GDLContentStore/GCSFolderType.m b/SOPE/GDLContentStore/GCSFolderType.m index ac29d10d0..04ed7d197 100644 --- a/SOPE/GDLContentStore/GCSFolderType.m +++ b/SOPE/GDLContentStore/GCSFolderType.m @@ -106,7 +106,6 @@ [blobTablePattern release]; [quickTablePattern release]; [fields release]; - [fieldDict release]; [folderQualifier release]; [super dealloc]; }