1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 07:49:42 +01:00

Cleanup commented out code

This commit is contained in:
Leo Franchi 2011-09-28 18:59:31 -04:00
parent 4bbb07ee1f
commit cfa5c9932e

View File

@ -153,14 +153,6 @@ SourceTreeView::setupMenus()
m_latchOffAction = m_latchMenu.addAction( tr( "&Stop Listening Along" ) );
connect( m_latchOffAction, SIGNAL( triggered() ), SLOT( latchOff() ) );
}
// PlaylistInterface* pi = AudioEngine::instance()->playlist();
// if ( pi && dynamic_cast< SourcePlaylistInterface* >( pi ) )
// {
// SourcePlaylistInterface* sourcepi = dynamic_cast< SourcePlaylistInterface* >( pi );
// if ( !sourcepi->source().isNull() && sourcepi->source()->id() == source->id() && !AudioEngine::instance()->state() == AudioEngine::Stopped )
// {
// }
// }
}
}