1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-31 09:32:03 +02:00

* Remove dup call.

This commit is contained in:
Christian Muehlhaeuser
2012-09-15 06:44:49 +02:00
parent f0a2f541b4
commit 36a323366c

View File

@@ -137,7 +137,6 @@ ViewManager::createPageForPlaylist( const playlist_ptr& playlist )
PlaylistModel* model = new PlaylistModel();
PlaylistView* pv = new PlaylistView();
pv->setPlaylistModel( model );
view->setDetailedView( pv );
view->setPixmap( pv->pixmap() );