Remove old line.
authorCarl Hetherington <carl@carlh.net>
Mon, 11 Jun 2012 21:21:44 +0000 (21:21 +0000)
committerCarl Hetherington <carl@carlh.net>
Mon, 11 Jun 2012 21:21:44 +0000 (21:21 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@12662 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/processor_box.cc

index ac35204fb7c0643e882c8891c8b22ac0ebc07212..68ca80ff05117cc0b4c14562b2a2ce86f8b6d0bf 100644 (file)
@@ -480,7 +480,6 @@ ProcessorEntry::Control::set_tooltip ()
        
        ARDOUR_UI::instance()->set_tip (_label, s.str ());
        _slider_persistant_tooltip.set_tip (s.str ());
-//     ARDOUR_UI::instance()->set_tip (_slider, " ");
        ARDOUR_UI::instance()->set_tip (_button, s.str ());
 }