remove silly left-over debugging lines
git-svn-id: svn://localhost/ardour2/branches/3.0@10313 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
795b7f05c0
commit
24765e8459
@ -283,17 +283,11 @@ UIConfiguration::pack_canvasvars ()
|
||||
#undef CANVAS_VARIABLE
|
||||
}
|
||||
|
||||
static bool can_abort = false;
|
||||
|
||||
uint32_t
|
||||
UIConfiguration::color_by_name (const std::string& name)
|
||||
{
|
||||
map<std::string,UIConfigVariable<uint32_t>* >::iterator i = canvas_colors.find (name);
|
||||
|
||||
if (name == "processor fader led") {
|
||||
can_abort = true;
|
||||
}
|
||||
|
||||
if (i != canvas_colors.end()) {
|
||||
return i->second->get();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user