Have device controller setup itself rather than relying on the application delegate...
[enjoyable.git] / Classes / NJDeviceController.h
index ce05cee..e668b0f 100644 (file)
@@ -24,7 +24,6 @@
 @property (nonatomic, assign) NSPoint mouseLoc;
 @property (nonatomic, assign) BOOL translatingEvents;
 
-- (void)setup;
 - (IBAction)translatingEventsChanged:(id)sender;
 
 @end