diff options
author | ericb2 <ericb2@apache.org> | 2011-10-30 22:58:59 +0000 |
---|---|---|
committer | Thorsten Behrens <tbehrens@suse.com> | 2011-12-05 13:00:11 +0100 |
commit | 7874d95ea30e0931b7817fc4a788c3a85f279e22 (patch) | |
tree | 3600f15522d37709886552b8ec4b4679a9c05a52 /apple_remote | |
parent | aaf218d025326ef54dcbc724b33666d7ddcff187 (diff) |
Removing never tested Keyspan remote (RemoteMainController.m)
* found under MIT-style license at svn rev 1195273 (http://svn.apache.org/viewvc?view=revision&revision=1195273)
Diffstat (limited to 'apple_remote')
-rw-r--r-- | apple_remote/RemoteMainController.m | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/apple_remote/RemoteMainController.m b/apple_remote/RemoteMainController.m index e884e4e180b9..c3da7bbf313d 100644 --- a/apple_remote/RemoteMainController.m +++ b/apple_remote/RemoteMainController.m @@ -63,15 +63,6 @@ #endif } - if ( [container instantiateAndAddRemoteControlDeviceWithClass: [KeyspanFrontRowControl class]] != 0 ) { -#ifdef DEBUG - NSLog(@"[container instantiateAndAddRemoteControlDeviceWithClass: [KeyspanFrontRowControl class]] successfull"); - } - else { - NSLog(@"[container instantiateAndAddRemoteControlDeviceWithClass: [KeyspanFrontRowControl class]] failed"); -#endif - } - if ( [container instantiateAndAddRemoteControlDeviceWithClass: [GlobalKeyboardDevice class]] != 0 ) { #ifdef DEBUG NSLog(@"[container instantiateAndAddRemoteControlDeviceWithClass: [GlobalKeyboardDevice class]] successfull"); |