mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 22:26:32 +02:00
Cleanup commented out code
This commit is contained in:
@@ -153,14 +153,6 @@ SourceTreeView::setupMenus()
|
|||||||
m_latchOffAction = m_latchMenu.addAction( tr( "&Stop Listening Along" ) );
|
m_latchOffAction = m_latchMenu.addAction( tr( "&Stop Listening Along" ) );
|
||||||
connect( m_latchOffAction, SIGNAL( triggered() ), SLOT( latchOff() ) );
|
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 )
|
|
||||||
// {
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user