diff options
author | Neil <nyamatongwe@gmail.com> | 2017-04-22 17:21:28 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2017-04-22 17:21:28 +1000 |
commit | 597110f0ba1f517ba69ff7446d00460811fbdc9e (patch) | |
tree | fef8465bd6e6d5d75cc59680bf899c51b15eb762 /cocoa/ScintillaTest/AppController.h | |
parent | ecf719003fd570c6d99c1ce3eea6415151aad7ca (diff) | |
download | scintilla-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.h | 1 |
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; |