From 597110f0ba1f517ba69ff7446d00460811fbdc9e Mon Sep 17 00:00:00 2001 From: Neil Date: Sat, 22 Apr 2017 17:21:28 +1000 Subject: Move NSString for example contents to local as it showed up in memory leak checks making them more difficult to understand. --- cocoa/ScintillaTest/AppController.h | 1 - 1 file changed, 1 deletion(-) (limited to 'cocoa/ScintillaTest/AppController.h') 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; -- cgit v1.2.3