diff options
Diffstat (limited to 'Source/SPTextView.m')
-rw-r--r-- | Source/SPTextView.m | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/SPTextView.m b/Source/SPTextView.m index e913df51..c584a407 100644 --- a/Source/SPTextView.m +++ b/Source/SPTextView.m @@ -188,7 +188,6 @@ NSInteger alphabeticSort(id string1, id string2, void *reverse) [prefs addObserver:self forKeyPath:SPCustomQueryEditorTextColor options:NSKeyValueObservingOptionNew context:NULL]; [prefs addObserver:self forKeyPath:SPCustomQueryEditorTabStopWidth options:NSKeyValueObservingOptionNew context:NULL]; [prefs addObserver:self forKeyPath:SPCustomQueryAutoUppercaseKeywords options:NSKeyValueObservingOptionNew context:NULL]; - } - (void) setConnection:(MCPConnection *)theConnection withVersion:(NSInteger)majorVersion |