summaryrefslogtreecommitdiff
path: root/libs/surfaces/tranzport/tranzport_control_protocol.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2006-05-18 02:19:27 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2006-05-18 02:19:27 +0000
commit60fbeedb5f819b42fdca1f8175319aa2a9bca4c1 (patch)
tree53f2768aff3fa2d94d03b6a4c953f67b5141a0c2 /libs/surfaces/tranzport/tranzport_control_protocol.h
parentb3b383faa5ca4e2a101314612d69b05184edc422 (diff)
a) basic prototype of OSC control
b) various changes to ControlProtocol model/implementation c) more attempts to get autoscroll to work nicely (unfinished) d) move editor item types into their own header git-svn-id: svn://localhost/trunk/ardour2@506 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/surfaces/tranzport/tranzport_control_protocol.h')
-rw-r--r--libs/surfaces/tranzport/tranzport_control_protocol.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/surfaces/tranzport/tranzport_control_protocol.h b/libs/surfaces/tranzport/tranzport_control_protocol.h
index 69812cb5ec..b24a94577a 100644
--- a/libs/surfaces/tranzport/tranzport_control_protocol.h
+++ b/libs/surfaces/tranzport/tranzport_control_protocol.h
@@ -101,7 +101,6 @@ class TranzportControlProtocol : public ARDOUR::ControlProtocol, public Abstract
uint8_t _device_status;
usb_dev_handle* udev;
- ARDOUR::Route* current_route;
uint32_t current_track_id;
WheelMode wheel_mode;
WheelShiftMode wheel_shift_mode;