summaryrefslogtreecommitdiff
path: root/libs/ardour/enums.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-06-07 23:07:08 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-06-07 23:07:08 +0000
commita56555e8b200970a364c5f341d9ad938f53553c6 (patch)
treeeb11f3fc64574b1d657b7e884a5dd07672cc1dea /libs/ardour/enums.cc
parent7e2b86dc835bd061786bffd0d503dfb3e8c74912 (diff)
remove "Off" as a clock mode, make it a state instead; track editor mouse mode when displaying selection (not 100% coverage of different selections yet); add extra negative field for timecode clock to help with text alignment; add clock mode = timecode option to menus
git-svn-id: svn://localhost/ardour2/branches/3.0@9685 d708f5d6-7413-0410-9779-e7cbd77b26cf
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 2509862241..d172e65f5f 100644
--- a/libs/ardour/enums.cc
+++ b/libs/ardour/enums.cc
@@ -523,7 +523,6 @@ setup_enum_writer ()
REGISTER_CLASS_ENUM (ExportProfileManager, BBT);
REGISTER_CLASS_ENUM (ExportProfileManager, MinSec);
REGISTER_CLASS_ENUM (ExportProfileManager, Frames);
- REGISTER_CLASS_ENUM (ExportProfileManager, Off);
REGISTER (_ExportProfileManager_TimeFormat);
REGISTER_CLASS_ENUM (Delivery, Insert);