diff options
Diffstat (limited to 'Source/SPTableContent.m')
-rw-r--r-- | Source/SPTableContent.m | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/SPTableContent.m b/Source/SPTableContent.m index c4231655..9ac8fd61 100644 --- a/Source/SPTableContent.m +++ b/Source/SPTableContent.m @@ -142,9 +142,6 @@ static void *TableContentKVOContext = &TableContentKVOContext; isWorking = NO; pthread_mutex_init(&tableValuesLock, NULL); -#ifndef SP_CODA - nibObjectsToRelease = [[NSMutableArray alloc] init]; -#endif tableValues = [[SPDataStorage alloc] init]; dataColumns = [[NSMutableArray alloc] init]; @@ -4649,8 +4646,6 @@ static void *TableContentKVOContext = &TableContentKVOContext; SPClear(dataColumns); SPClear(oldRow); #ifndef SP_CODA - for (id retainedObject in nibObjectsToRelease) [retainedObject release]; - SPClear(nibObjectsToRelease); SPClear(paginationPopover); SPClear(paginationViewController); |