Move MIDI control port ownership into the MIDI Manager, since control port state...
[ardour.git] / libs / surfaces / tranzport / tranzport_control_protocol.h
index 4cb61348fe2cf5fe44abd867c5853f9a8978d1af..e85234c7a34dbc41c688e8db5626312cf1d3c813 100644 (file)
@@ -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;