summaryrefslogtreecommitdiff
path: root/libs/surfaces/tranzport/tranzport_control_protocol.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-02-01 20:03:07 +0000
committerDavid Robillard <d@drobilla.net>2010-02-01 20:03:07 +0000
commitfe0b06bb9be51b98120c2d05c25350d44839068a (patch)
tree76eadc8bf44a6f62af1b12ee13fccd01f18b238d /libs/surfaces/tranzport/tranzport_control_protocol.h
parentae1abc4ea6b77611399e37817cd2f837342238b2 (diff)
Remove clearly worthless (doesn't event parse, let alone compile) TRANSZPORT_THREADS stuff.
git-svn-id: svn://localhost/ardour2/branches/3.0@6612 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/surfaces/tranzport/tranzport_control_protocol.h')
-rw-r--r--libs/surfaces/tranzport/tranzport_control_protocol.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/libs/surfaces/tranzport/tranzport_control_protocol.h b/libs/surfaces/tranzport/tranzport_control_protocol.h
index 4cb61348fe..e85234c7a3 100644
--- a/libs/surfaces/tranzport/tranzport_control_protocol.h
+++ b/libs/surfaces/tranzport/tranzport_control_protocol.h
@@ -145,7 +145,7 @@ private:
BlingEnter,
BlingExit
};
-
+
pthread_t thread;
#if HAVE_TRANZPORT_KERNEL_DRIVER
int udev;
@@ -153,18 +153,12 @@ private:
usb_dev_handle* udev;
#endif
-#if TRANZPORT_THREADS
- pthread_t thread_read;
-#endif
int last_read_error;
uint32_t buttonmask;
uint32_t timeout;
uint32_t inflight;
uint32_t current_track_id;
-#if TRANZPORT_THREADS
- pthread_t thread_write;
-#endif
int last_write_error;
uint8_t _datawheel;
uint8_t _device_status;