mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-03-17 08:01:24 +00:00
remove unused accessors
This commit is contained in:
parent
81e6f3b82a
commit
b1533c4a02
2 changed files with 0 additions and 12 deletions
|
@ -34,9 +34,6 @@
|
|||
}
|
||||
|
||||
- (void) setDebugger:(PCDebugger *)theDebugger;
|
||||
- (void) setCurrentFile: (NSString *)fileName;
|
||||
- (NSString *) currentFile;
|
||||
|
||||
- (void)setFont:(NSFont *)font;
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue