From 297241c318e74d5d38343715ac23fbf827859c95 Mon Sep 17 00:00:00 2001 From: curt Date: Sun, 8 Jul 2001 23:30:44 +0000 Subject: [PATCH] Untweak my button tweak. --- src/Input/jsinput.cxx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Input/jsinput.cxx b/src/Input/jsinput.cxx index c7ea809e8..51c6cb7f4 100644 --- a/src/Input/jsinput.cxx +++ b/src/Input/jsinput.cxx @@ -101,7 +101,6 @@ int jsInput::getInput(void){ ulMilliSecondSleep(1); } -#if 0 if(button_bits != 0) { for(int i=1;i<=31;i++) { if( ( button_bits & (1 << i) ) > 0 ) { @@ -110,9 +109,6 @@ int jsInput::getInput(void){ } } } -#else - button = button_bits; -#endif return 0; }