mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-18 18:05:21 +00:00
Took out redundant method (was used before event handling re-write)
This commit is contained in:
parent
def097803e
commit
d9892009cc
@ -69,13 +69,6 @@
|
||||
return [self mouseInView];
|
||||
}
|
||||
|
||||
/*****
|
||||
- (BOOL) acceptsFirstResponder
|
||||
{
|
||||
// return YES;
|
||||
return [self mouseInView];
|
||||
}
|
||||
*****/
|
||||
|
||||
#include <adb.h>
|
||||
|
||||
@ -432,4 +425,4 @@ cgDrawInto(NSRect rect, CGImageRef bitmap)
|
||||
}
|
||||
#endif
|
||||
|
||||
@end
|
||||
@end
|
||||
|
Loading…
Reference in New Issue
Block a user