remove outdated TODO
authorRobin Gareus <robin@gareus.org>
Tue, 9 Jul 2013 11:10:05 +0000 (13:10 +0200)
committerRobin Gareus <robin@gareus.org>
Wed, 10 Jul 2013 13:27:15 +0000 (15:27 +0200)
disabled routes are no longer displayed on meterbridge

gtk2_ardour/meter_strip.cc

index a7f4af66ef8813cc1234697034889340554b8f45..91b93ad8bb28da2fc4ed377c69e0a4e255fcc097 100644 (file)
@@ -343,7 +343,6 @@ MeterStrip::meter_configuration_changed (ChanCount c)
                }
        }
 
-       // TODO draw Inactive routes or busses with different styles
        if (boost::dynamic_pointer_cast<AudioTrack>(_route) == 0
                        && boost::dynamic_pointer_cast<MidiTrack>(_route) == 0
                        ) {