remove duplicate initialization of PBD::DEBUG::Selection

This commit is contained in:
Paul Davis 2021-01-14 11:25:08 -07:00
parent 21822a45fb
commit a307cc602c
3 changed files with 1 additions and 2 deletions

View file

@ -31,7 +31,6 @@ namespace PBD {
extern DebugBits Accelerators;
extern DebugBits GUITiming;
extern DebugBits EngineControl;
extern DebugBits Selection;
extern DebugBits GuiStartup;
}
}