From 9280917984818edc17d8ec4b8aaae5f983a802a4 Mon Sep 17 00:00:00 2001 From: Sampo Savolainen Date: Sat, 1 Nov 2008 20:24:46 +0000 Subject: [PATCH] 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 --- libs/surfaces/wiimote/wiimote.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {