From 08c1300718157d08aed265c11c21d22719008aa2 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Fri, 18 Aug 2017 21:12:45 +0200 Subject: Remove old destructive API (non layered is a dynamic mode) 2/2 --- libs/ardour/ardour/source.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'libs/ardour/ardour/source.h') diff --git a/libs/ardour/ardour/source.h b/libs/ardour/ardour/source.h index 71595592fb..275fe7c11a 100644 --- a/libs/ardour/ardour/source.h +++ b/libs/ardour/ardour/source.h @@ -82,9 +82,7 @@ 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