From 8ba7e8f4ef6231c04d7833206690a7a291798c61 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 12 Dec 2016 19:44:03 +0100 Subject: Hide/remove per-track record-mode in favor of global setting. --- libs/ardour/ardour/source.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libs/ardour/ardour/source.h') diff --git a/libs/ardour/ardour/source.h b/libs/ardour/ardour/source.h index eb204715a1..71595592fb 100644 --- a/libs/ardour/ardour/source.h +++ b/libs/ardour/ardour/source.h @@ -82,7 +82,9 @@ class LIBARDOUR_API Source : public SessionObject bool destructive() const { return (_flags & Destructive); } bool writable () const; +#ifdef XXX_OLD_DESTRUCTIVE_API_XXX virtual bool set_destructive (bool /*yn*/) { return false; } +#endif virtual bool length_mutable() const { return false; } static PBD::Signal1 SourceCreated; -- cgit v1.2.3