[paintredirector] Remove dead code
This commit is contained in:
parent
f8acfbf2a0
commit
acd0015c6e
2 changed files with 0 additions and 7 deletions
|
@ -354,11 +354,6 @@ void OpenGLPaintRedirector::resizePixmaps(const QRect *rects)
|
|||
}
|
||||
}
|
||||
|
||||
void OpenGLPaintRedirector::preparePaint(const QPixmap &pending)
|
||||
{
|
||||
m_tempImage = pending.toImage();
|
||||
}
|
||||
|
||||
void OpenGLPaintRedirector::updatePixmaps(const QRect *rects, const QRegion ®ion)
|
||||
{
|
||||
const QImage &image = scratchImage();
|
||||
|
|
|
@ -152,10 +152,8 @@ public:
|
|||
protected:
|
||||
virtual void resizePixmaps(const QRect *rects);
|
||||
virtual void updatePixmaps(const QRect *rects, const QRegion ®ion);
|
||||
virtual void preparePaint(const QPixmap &pending);
|
||||
|
||||
private:
|
||||
QImage m_tempImage;
|
||||
GLTexture *m_textures[2];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue