remove now unused ivar, moved into the controller

This commit is contained in:
Riccardo Mottola 2021-07-09 10:31:24 +02:00
parent dd1c1e75ba
commit b3a968b8a3

View file

@ -30,7 +30,6 @@
@interface PCDebuggerView : NSTextView
{
PCDebugger *debugger;
NSString *currentFile;
}
- (void) setDebugger:(PCDebugger *)theDebugger;