aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPCustomQuery.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPCustomQuery.h')
-rw-r--r--Source/SPCustomQuery.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/SPCustomQuery.h b/Source/SPCustomQuery.h
index 943c307d..10d3b6eb 100644
--- a/Source/SPCustomQuery.h
+++ b/Source/SPCustomQuery.h
@@ -133,7 +133,6 @@
NSString *usedQuery;
NSRange currentQueryRange;
NSArray *currentQueryRanges;
- NSRange oldThreadedQueryRange;
BOOL selectionButtonCanBeEnabled;
NSString *mySQLversion;
@@ -170,7 +169,6 @@
NSString *fieldIDQueryString;
NSUInteger numberOfQueries;
- NSUInteger queryTextViewStartPosition;
NSUInteger queryInfoPanePaddingHeight;
NSInteger currentHistoryOffsetIndex;
@@ -197,7 +195,6 @@
// IBAction methods
- (IBAction)runAllQueries:(id)sender;
-- (void) runAllQueriesCallback;
- (IBAction)runSelectedQueries:(id)sender;
- (IBAction)chooseQueryFavorite:(id)sender;
- (IBAction)chooseQueryHistory:(id)sender;