diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-07-08 07:26:30 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-07-08 07:26:30 +0000 |
| commit | 7feee6f616e56e96cccdee173abb994a6d0bf91c (patch) | |
| tree | c7c4e0c243b93eae9ecd0a23e011aac412ab1fec /macosx/CheatController.h | |
| parent | 673809f1f115c90558b87df1529f9e3c9acc1270 (diff) | |
| download | pcsxr-7feee6f616e56e96cccdee173abb994a6d0bf91c.tar.gz | |
Various updates and improvements to OS X code.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85894 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/CheatController.h')
| -rw-r--r-- | macosx/CheatController.h | 4 |
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 |
