From 24765e845965211e0731c577a2bfcd6f76de9674 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 26 Oct 2011 21:47:47 +0000 Subject: [PATCH] remove silly left-over debugging lines git-svn-id: svn://localhost/ardour2/branches/3.0@10313 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/ui_config.cc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/gtk2_ardour/ui_config.cc b/gtk2_ardour/ui_config.cc index 84975bdbf2..17ba896f1f 100644 --- a/gtk2_ardour/ui_config.cc +++ b/gtk2_ardour/ui_config.cc @@ -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* >::iterator i = canvas_colors.find (name); - if (name == "processor fader led") { - can_abort = true; - } - if (i != canvas_colors.end()) { return i->second->get(); }