mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
remove duplicate initialization of PBD::DEBUG::Selection
This commit is contained in:
parent
21822a45fb
commit
a307cc602c
3 changed files with 1 additions and 2 deletions
|
|
@ -30,5 +30,4 @@ PBD::DebugBits PBD::DEBUG::CutNPaste = PBD::new_debug_bit ("cutnpaste");
|
|||
PBD::DebugBits PBD::DEBUG::Accelerators = PBD::new_debug_bit ("accelerators");
|
||||
PBD::DebugBits PBD::DEBUG::GUITiming = PBD::new_debug_bit ("guitiming");
|
||||
PBD::DebugBits PBD::DEBUG::EngineControl = PBD::new_debug_bit ("enginecontrol");
|
||||
PBD::DebugBits PBD::DEBUG::Selection = PBD::new_debug_bit ("selection");
|
||||
PBD::DebugBits PBD::DEBUG::GuiStartup = PBD::new_debug_bit ("guistartup");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue