[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdereview/mplayerthumbs/src
From:       Marco Gulino <marco () kmobiletools ! org>
Date:       2009-02-20 22:49:03
Message-ID: 1235170143.464674.5809.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 929225 by gulino:

cleanup unused variables


 M  +0 -3      videopreview.cpp  
 M  +0 -2      videopreview.h  


--- trunk/kdereview/mplayerthumbs/src/videopreview.cpp #929224:929225
@@ -54,14 +54,11 @@
 }
 
 VideoPreview::VideoPreview()
-    : m_data(0),
-      m_dataSize(0)
 {
 }
 
 VideoPreview::~VideoPreview()
 {
-    delete [] m_data;
 }
 
 bool VideoPreview::create(const QString &path, int width, int height, QImage &img)
--- trunk/kdereview/mplayerthumbs/src/videopreview.h #929224:929225
@@ -51,8 +51,6 @@
     protected:
         static uint imageVariance(QImage image );
     private:
-        char *m_data;
-        int m_dataSize;
         QPixmap m_pixmap;
 	bool hasBlacklistedExtension(QFileInfo *fileInfo, MPlayerThumbsCfg *cfg);
         FileInformation fileinfo;
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic