From 2953b575f243a6fc2e863f3289c366b21f9c3f3e Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 22 May 2018 20:32:13 +0200 Subject: Remove unused AutoLoopDeclick, PendingLoopDeclick The flags were set, but not used. They also won't be needed anymore. --- libs/ardour/ardour/session.h | 4 ---- libs/ardour/ardour/session_event.h | 1 - 2 files changed, 5 deletions(-) (limited to 'libs/ardour/ardour') diff --git a/libs/ardour/ardour/session.h b/libs/ardour/ardour/session.h index 6a0d85c3f6..759901680c 100644 --- a/libs/ardour/ardour/session.h +++ b/libs/ardour/ardour/session.h @@ -174,10 +174,6 @@ private: class LIBARDOUR_API Session : public PBD::StatefulDestructible, public PBD::ScopedConnectionList, public SessionEventManager { private: - enum SubState { - PendingLoopDeclickIn = 0x8, ///< pending de-click fade-in at the start of a loop - PendingLoopDeclickOut = 0x10, ///< pending de-click fade-out at the end of a loop - }; public: enum RecordState { diff --git a/libs/ardour/ardour/session_event.h b/libs/ardour/ardour/session_event.h index cdcf73d4a4..aaa254e003 100644 --- a/libs/ardour/ardour/session_event.h +++ b/libs/ardour/ardour/session_event.h @@ -63,7 +63,6 @@ public: StopOnce, AutoLoop, - AutoLoopDeclick, }; enum Action { -- cgit v1.2.3