Rename the application delegate, and hopefully catch the last vestiges of the old...
[enjoyable.git] / NJInputController.h
diff --git a/NJInputController.h b/NJInputController.h
deleted file mode 100644 (file)
index fdd0532..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-//
-//  NJInputController.h
-//  Enjoy
-//
-//  Created by Sam McCall on 4/05/09.
-//  Copyright 2009 University of Otago. All rights reserved.
-//
-
-@class NJDevice;
-@class NJInput;
-@class NJMappingsController;
-@class NJOutputController;
-
-@interface NJInputController : NSObject <NSOutlineViewDataSource, NSOutlineViewDelegate> {
-       IBOutlet NSOutlineView *outlineView;
-       IBOutlet NJOutputController *outputController;
-       IBOutlet NJMappingsController *mappingsController;
-}
-
-- (void)setup;
-- (NJDevice *)findDeviceByRef:(IOHIDDeviceRef)device;
-
-@property (nonatomic, readonly) NJInput *selectedInput;
-@property (nonatomic, assign) NSPoint mouseLoc;
-@property (nonatomic, assign) BOOL frontWindowOnly;
-@property (nonatomic, assign) BOOL translatingEvents;
-
-@end