summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/audio_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/audio_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/audio_track.h')
-rw-r--r--libs/ardour/ardour/audio_track.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/ardour/ardour/audio_track.h b/libs/ardour/ardour/audio_track.h
index ace5a041ce..0bc8be81f4 100644
--- a/libs/ardour/ardour/audio_track.h
+++ b/libs/ardour/ardour/audio_track.h
@@ -52,7 +52,6 @@ class LIBARDOUR_API AudioTrack : public Track
void freeze_me (InterThreadInfo&);
void unfreeze ();
- bool frozen_processor(PBD::ID const) const;
bool bounceable (boost::shared_ptr<Processor>, bool include_endpoint) const;
boost::shared_ptr<Region> bounce (InterThreadInfo&);