cleanup; refactoring ApplePS2Keyboard/MouseDevice

This commit is contained in:
RehabMan
2013-03-14 00:04:17 +00:00
parent a968df0899
commit f9a6064058
21 changed files with 250 additions and 375 deletions

View File

@@ -34,7 +34,6 @@
// ApplePS2Mouse Class Implementation
//
#define super IOHIPointing
OSDefineMetaClassAndStructors(ApplePS2Mouse, IOHIPointing);
UInt32 ApplePS2Mouse::deviceType() { return NX_EVS_DEVICE_TYPE_MOUSE; };