summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/process_thread.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-03-15 13:39:06 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-03-15 13:39:06 +0000
commitcfaf6ff7e3726bdfa97516fe683dc3cf93c62223 (patch)
treeaff9e566931a6048fcca27979aa810cac1db6b5d /libs/ardour/ardour/process_thread.h
parentfb7cc31de7b093349641cd925e11b74c9f08b5f5 (diff)
remove unused Glib::Thread* from ProcessThread
git-svn-id: svn://localhost/ardour2/branches/3.0@11696 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/process_thread.h')
-rw-r--r--libs/ardour/ardour/process_thread.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/ardour/ardour/process_thread.h b/libs/ardour/ardour/process_thread.h
index beccd98d0a..fe2f258285 100644
--- a/libs/ardour/ardour/process_thread.h
+++ b/libs/ardour/ardour/process_thread.h
@@ -34,8 +34,6 @@ protected:
void session_going_away ();
private:
- Glib::Thread* _thread;
-
static Glib::Private<ThreadBuffers>* _private_thread_buffers;
};