summaryrefslogtreecommitdiff
path: root/libs/ardour/enums.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2018-05-22 20:32:13 +0200
committerRobin Gareus <robin@gareus.org>2018-07-09 17:30:38 +0200
commit2953b575f243a6fc2e863f3289c366b21f9c3f3e (patch)
treedbf3e81511f85a9d9f9deca7a02de97074b2637b /libs/ardour/enums.cc
parent249640267cc9afa7b0f048d56b7e961af6441111 (diff)
Remove unused AutoLoopDeclick, PendingLoopDeclick
The flags were set, but not used. They also won't be needed anymore.
Diffstat (limited to 'libs/ardour/enums.cc')
-rw-r--r--libs/ardour/enums.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/ardour/enums.cc b/libs/ardour/enums.cc
index cfd3bcc119..74e445a379 100644
--- a/libs/ardour/enums.cc
+++ b/libs/ardour/enums.cc
@@ -430,7 +430,6 @@ setup_enum_writer ()
REGISTER_CLASS_ENUM (SessionEvent, Skip);
REGISTER_CLASS_ENUM (SessionEvent, StopOnce);
REGISTER_CLASS_ENUM (SessionEvent, AutoLoop);
- REGISTER_CLASS_ENUM (SessionEvent, AutoLoopDeclick);
REGISTER (_SessionEvent_Type);
REGISTER_CLASS_ENUM (SessionEvent, Add);