]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/components/playlist/vlc_model.cpp
Qt: PLModel: move zoom value out of model
[vlc] / modules / gui / qt4 / components / playlist / vlc_model.cpp
index 6b886455d849fca7795e055ed2052cd238fd5d64..ede97739bef2f3cdd1113e42c5a0c6e576d9d1c0 100644 (file)
@@ -76,15 +76,3 @@ QPixmap VLCModel::getArtPixmap( const QModelIndex & index, const QSize & size )
 
     return artPix;
 }
-
-void VLCModel::increaseZoom()
-{
-    i_zoom++;
-    emit layoutChanged();
-}
-
-void VLCModel::decreaseZoom()
-{
-    i_zoom--;
-    emit layoutChanged();
-}