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:
parent
4bbb07ee1f
commit
cfa5c9932e
@ -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 )
|
||||
// {
|
||||
// }
|
||||
// }
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user