summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/track.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-06-04 02:40:19 +0200
committerRobin Gareus <robin@gareus.org>2014-06-04 02:40:19 +0200
commit3ca59162c9bd5212716d527f14b6a669de924ca5 (patch)
treeaa46a0e306ea5d970698b61091e96eda8d915977 /libs/ardour/ardour/track.h
parentaec7ea46131f9cc4b81890af30eef378f0973bbd (diff)
Revert "add API to query a processor's frozen state."
Theoretically one could alter the plugins after a delivery even on a frozen track. ..or even change settings, the ordering and add/remove plugins after the frozen part of a track. We won't go there. Frozen is frozen. this API is not needed after all. This reverts commit a771dea20332bf31162ccb13a518e0348b441dd1.
Diffstat (limited to 'libs/ardour/ardour/track.h')
-rw-r--r--libs/ardour/ardour/track.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/ardour/ardour/track.h b/libs/ardour/ardour/track.h
index 7691981fa4..736ca8c6dd 100644
--- a/libs/ardour/ardour/track.h
+++ b/libs/ardour/ardour/track.h
@@ -88,7 +88,6 @@ class LIBARDOUR_API Track : public Route, public PublicDiskstream
virtual void freeze_me (InterThreadInfo&) = 0;
virtual void unfreeze () = 0;
- virtual bool frozen_processor(PBD::ID const) const { return false; }
/** @return true if the track can be bounced, or false otherwise.
*/