summaryrefslogtreecommitdiff
path: root/macosx/CheatController.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/CheatController.h')
-rw-r--r--macosx/CheatController.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/macosx/CheatController.h b/macosx/CheatController.h
index 671f028d..ab61c6d0 100644
--- a/macosx/CheatController.h
+++ b/macosx/CheatController.h
@@ -14,8 +14,4 @@
-(IBAction)LoadCheats:(id)sender;
-(IBAction)clear:(id)sender;
-(IBAction)close:(id)sender;
-
--(NSInteger)numberOfRowsInTableView:(NSTableView *)view;
--(id)tableView:(NSTableView *)tableView objectValueForTableColumn:(NSTableColumn *)col row:(NSInteger)idx;
--(void)tableView:(NSTableView *)tableView setObjectValue:(id)object forTableColumn:(NSTableColumn *)tableColumn row:(NSInteger)row;
@end