Have device controller setup itself rather than relying on the application delegate...
[enjoyable.git] / Classes / EnjoyableApplicationDelegate.m
index 2710e3a..634f362 100644 (file)
@@ -55,7 +55,6 @@
 }
 
 - (void)applicationDidFinishLaunching:(NSNotification *)notification {
-    [self.inputController setup];
     [window makeKeyAndOrderFront:nil];
 }