diff options
Diffstat (limited to 'Source/SPTableContent.h')
-rw-r--r-- | Source/SPTableContent.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/SPTableContent.h b/Source/SPTableContent.h index 8ad30614..2b125acd 100644 --- a/Source/SPTableContent.h +++ b/Source/SPTableContent.h @@ -98,9 +98,7 @@ NSNumber *sortCol; BOOL isEditingRow, isEditingNewRow, isSavingRow, isDesc, setLimit; BOOL isFiltered, isLimited, isInterruptedLoad, maxNumRowsIsEstimate; -#ifndef SP_REFACTOR /* ivars */ NSUserDefaults *prefs; -#endif NSInteger currentlyEditingRow, maxNumRows; NSMutableDictionary *contentFilters; |