Fix various bad names in input controller. Make devices appear as a group header.
[enjoyable.git] / Classes / NJDeviceController.h
index 07695f7..ce05cee 100644 (file)
@@ -25,8 +25,6 @@
 @property (nonatomic, assign) BOOL translatingEvents;
 
 - (void)setup;
-- (NJDevice *)findDeviceByRef:(IOHIDDeviceRef)device;
-
 - (IBAction)translatingEventsChanged:(id)sender;
 
 @end