aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/ScintillaTest/AppController.h
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2017-04-22 17:21:28 +1000
committerNeil <nyamatongwe@gmail.com>2017-04-22 17:21:28 +1000
commit597110f0ba1f517ba69ff7446d00460811fbdc9e (patch)
treefef8465bd6e6d5d75cc59680bf899c51b15eb762 /cocoa/ScintillaTest/AppController.h
parentecf719003fd570c6d99c1ce3eea6415151aad7ca (diff)
downloadscintilla-mirror-597110f0ba1f517ba69ff7446d00460811fbdc9e.tar.gz
Move NSString for example contents to local as it showed up in memory leak
checks making them more difficult to understand.
Diffstat (limited to 'cocoa/ScintillaTest/AppController.h')
-rw-r--r--cocoa/ScintillaTest/AppController.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cocoa/ScintillaTest/AppController.h b/cocoa/ScintillaTest/AppController.h
index 6fb4dac68..9c54dd88f 100644
--- a/cocoa/ScintillaTest/AppController.h
+++ b/cocoa/ScintillaTest/AppController.h
@@ -16,7 +16,6 @@
IBOutlet NSBox *mEditHost;
ScintillaView* mEditor;
ScintillaView* sciExtra; // For testing Scintilla tear-down
- NSString* sql;
}
- (void) awakeFromNib;