changeset 26765:2873fbda71f8

Do not enable AppleIR by default. The amount of computers capable of using it is too low in the field to enable it by default.
author ben
date Sun, 18 May 2008 11:56:20 +0000
parents de7334f3bcbe
children c07699d06e62
files input/input.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/input/input.c	Sun May 18 11:54:35 2008 +0000
+++ b/input/input.c	Sun May 18 11:56:20 2008 +0000
@@ -566,7 +566,7 @@
 static char* config_file = "input.conf";
 
 /* Apple Remote */
-static int use_ar = 1;
+static int use_ar = 0;
 
 static char* js_dev = NULL;
 static char* ar_dev = NULL;