From e8379b3818b8a297d4ed911d1e7a42bc2b55a587 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 3 Jun 2016 15:14:23 -0400 Subject: simplify PresentationInfo concept of order so that it is always global Cases that need more complex sort orders (e.g. all routes, then all vcas then master) need to take of this themselves --- libs/ardour/luabindings.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'libs/ardour/luabindings.cc') diff --git a/libs/ardour/luabindings.cc b/libs/ardour/luabindings.cc index 4f95593052..ba0d282187 100644 --- a/libs/ardour/luabindings.cc +++ b/libs/ardour/luabindings.cc @@ -955,8 +955,6 @@ LuaBindings::common (lua_State* L) .addConst ("Selected", ARDOUR::PresentationInfo::Flag(PresentationInfo::Selected)) .addConst ("Hidden", ARDOUR::PresentationInfo::Flag(PresentationInfo::Hidden)) .addConst ("GroupOrderSet", ARDOUR::PresentationInfo::Flag(PresentationInfo::GroupOrderSet)) - .addConst ("GroupMask", ARDOUR::PresentationInfo::Flag(PresentationInfo::GroupMask)) - .addConst ("SpecialMask", ARDOUR::PresentationInfo::Flag(PresentationInfo::SpecialMask)) .addConst ("StatusMask", ARDOUR::PresentationInfo::Flag(PresentationInfo::StatusMask)) .endNamespace () .endNamespace () -- cgit v1.2.3