[tuxdroid-svn] r5112 - software_suite_v3/software/tool/tool-tux-controller/trunk/src/GUI/control
Status: Beta
Brought to you by:
ks156
|
From: ks156 <c2m...@c2...> - 2009-07-14 10:24:46
|
Author: ks156
Date: 2009-07-14 12:24:22 +0200 (Tue, 14 Jul 2009)
New Revision: 5112
Modified:
software_suite_v3/software/tool/tool-tux-controller/trunk/src/GUI/control/controlTux.java
Log:
* Removed the remote control binding to not create conflicts with the GUI.
Modified: software_suite_v3/software/tool/tool-tux-controller/trunk/src/GUI/control/controlTux.java
===================================================================
--- software_suite_v3/software/tool/tool-tux-controller/trunk/src/GUI/control/controlTux.java 2009-07-14 09:54:28 UTC (rev 5111)
+++ software_suite_v3/software/tool/tool-tux-controller/trunk/src/GUI/control/controlTux.java 2009-07-14 10:24:22 UTC (rev 5112)
@@ -103,8 +103,6 @@
"onBatteryLevelEvent");
tux.tts.registerEventOnVoiceList(this,
"onVoiceListChanged");
- tux.event.handler.register(TuxAPIConst.ST_NAME_REMOTE_BUTTON, this,
- "onRemoteControl");
/* End of the movements */
tux.event.handler.register(TuxAPIConst.ST_NAME_EYES_RM, this,
|