remove unused accessors

This commit is contained in:
Riccardo Mottola 2021-07-09 00:44:02 +02:00
parent 81e6f3b82a
commit b1533c4a02
2 changed files with 0 additions and 12 deletions

View file

@ -34,9 +34,6 @@
}
- (void) setDebugger:(PCDebugger *)theDebugger;
- (void) setCurrentFile: (NSString *)fileName;
- (NSString *) currentFile;
- (void)setFont:(NSFont *)font;

View file

@ -56,15 +56,6 @@
[[debugger debuggerWrapper] logString: str newLine: newLine withColor:[[debugger debuggerWrapper] debuggerColor]];
}
- (void) setCurrentFile: (NSString *)fileName
{
ASSIGN(currentFile,fileName);
}
- (NSString *) currentFile
{
return currentFile;
}
- (void) terminate
{