mpviewplugins/mpplaybackviewplugin/inc/mpplaybackwidget.h
changeset 22 ecf06a08d4d9
parent 19 4e84c994a771
child 29 8192e5b5c935
--- a/mpviewplugins/mpplaybackviewplugin/inc/mpplaybackwidget.h	Fri Apr 16 14:56:30 2010 +0300
+++ b/mpviewplugins/mpplaybackviewplugin/inc/mpplaybackwidget.h	Mon May 03 12:29:20 2010 +0300
@@ -50,8 +50,6 @@
     void positionChanged();
     void albumArtChanged();
 
-    bool loadLayout( Qt::Orientation orientation );
-
 private slots:
 
     void handleSliderPressed();
@@ -61,7 +59,6 @@
 private:
 
     QString formatDuration( int seconds );
-    void composeAlbumCover( QPixmap& albumart );
 
 private:
 
@@ -75,7 +72,7 @@
     HbLabel                 *mAlbumArt;         // Not own
     HbProgressSlider        *mProgressBar;      // Not own
 
-    QPixmap                 mCompositePixmap;
+
 
     bool                    mProgreesBarDragging;
     int                     mDuration;