summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSampo Savolainen <v2@iki.fi>2008-11-01 20:24:46 +0000
committerSampo Savolainen <v2@iki.fi>2008-11-01 20:24:46 +0000
commit9280917984818edc17d8ec4b8aaae5f983a802a4 (patch)
treedf0f73fb05c189aa8b1989a689d9420815f24cb0
parent43d868cde8bea9932fc828dfd2461b0296bb9135 (diff)
By mistake, pressing B was connected to a function call
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4080 d708f5d6-7413-0410-9779-e7cbd77b26cf
-rw-r--r--libs/surfaces/wiimote/wiimote.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/surfaces/wiimote/wiimote.cc b/libs/surfaces/wiimote/wiimote.cc
index 8b48d7378f..b3f891172a 100644
--- a/libs/surfaces/wiimote/wiimote.cc
+++ b/libs/surfaces/wiimote/wiimote.cc
@@ -68,7 +68,7 @@ WiimoteControlProtocol::wiimote_callback(cwiid_wiimote_t *wiimote, int mesg_coun
//std::cerr << "1" << std::endl;
}
if (b & CWIID_BTN_B) {
- transport_stop();
+ // just a B doesn't do anything
//std::cerr << "B" << std::endl;
}
if (b & CWIID_BTN_A && button_state & CWIID_BTN_B) {