diff options
author | Gareth Stockwell <gareth.stockwell@sosco.com> | 2009-09-21 12:23:44 (GMT) |
---|---|---|
committer | Frans Englich <frans.englich@nokia.com> | 2009-09-23 12:39:47 (GMT) |
commit | f247b4d6c6a2b2b8354fbfd5a68f2a5449bdccf4 (patch) | |
tree | 5235046858bbe4dc8606d11edf3793cacd69dc85 /src/3rdparty/phonon/mmf/videooutput.h | |
parent | d08436fbe0bd8da16aec2a0936c7d768e4045bfa (diff) | |
download | Qt-f247b4d6c6a2b2b8354fbfd5a68f2a5449bdccf4.zip Qt-f247b4d6c6a2b2b8354fbfd5a68f2a5449bdccf4.tar.gz Qt-f247b4d6c6a2b2b8354fbfd5a68f2a5449bdccf4.tar.bz2 |
Removed transparency-blitting / -painting code from video widget
Diffstat (limited to 'src/3rdparty/phonon/mmf/videooutput.h')
-rw-r--r-- | src/3rdparty/phonon/mmf/videooutput.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/3rdparty/phonon/mmf/videooutput.h b/src/3rdparty/phonon/mmf/videooutput.h index 5a7b9cd..639a5ed 100644 --- a/src/3rdparty/phonon/mmf/videooutput.h +++ b/src/3rdparty/phonon/mmf/videooutput.h @@ -52,7 +52,6 @@ protected: private: void dump() const; - void transparentFill(const QVector<QRect>& rects); private: QSize m_frameSize; |