remove unused Glib::Thread* from ProcessThread
git-svn-id: svn://localhost/ardour2/branches/3.0@11696 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -34,8 +34,6 @@ protected:
|
||||
void session_going_away ();
|
||||
|
||||
private:
|
||||
Glib::Thread* _thread;
|
||||
|
||||
static Glib::Private<ThreadBuffers>* _private_thread_buffers;
|
||||
};
|
||||
|
||||
|
||||
@@ -44,7 +44,6 @@ ProcessThread::init ()
|
||||
}
|
||||
|
||||
ProcessThread::ProcessThread ()
|
||||
: _thread (0)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user