Remove unused variable
This commit is contained in:
parent
e515e73db6
commit
a8559c8741
@ -283,7 +283,6 @@ class LIBARDOUR_API AudioEngine : public PortManager, public SessionHandlePtr
|
||||
samplecnt_t last_monitor_check;
|
||||
/// the number of samples processed since start() was called
|
||||
samplecnt_t _processed_samples;
|
||||
Glib::Threads::Thread* m_meter_thread;
|
||||
ProcessThread* _main_thread;
|
||||
MTDM* _mtdm;
|
||||
MIDIDM* _mididm;
|
||||
|
@ -89,7 +89,6 @@ AudioEngine::AudioEngine ()
|
||||
, monitor_check_interval (INT32_MAX)
|
||||
, last_monitor_check (0)
|
||||
, _processed_samples (-1)
|
||||
, m_meter_thread (0)
|
||||
, _main_thread (0)
|
||||
, _mtdm (0)
|
||||
, _mididm (0)
|
||||
|
Loading…
Reference in New Issue
Block a user