remove silly left-over debugging lines
authorPaul Davis <paul@linuxaudiosystems.com>
Wed, 26 Oct 2011 21:47:47 +0000 (21:47 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Wed, 26 Oct 2011 21:47:47 +0000 (21:47 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@10313 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/ui_config.cc

index 84975bdbf2559e9624f303e7a5bf30cb5ec59093..17ba896f1f92f938a8c0e5ed323e368dd212eec6 100644 (file)
@@ -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();
        }