diff options
Diffstat (limited to 'src/declarative/fx/qfxpainteditem_p.h')
-rw-r--r-- | src/declarative/fx/qfxpainteditem_p.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/declarative/fx/qfxpainteditem_p.h b/src/declarative/fx/qfxpainteditem_p.h index d8d1a2a..ec507fb 100644 --- a/src/declarative/fx/qfxpainteditem_p.h +++ b/src/declarative/fx/qfxpainteditem_p.h @@ -56,10 +56,6 @@ #include <private/qfxitem_p.h> #include <QtDeclarative/qsimplecanvas.h> -#if defined(QFX_RENDER_OPENGL) -#include "gltexture.h" -#endif - QT_BEGIN_NAMESPACE class QFxPaintedItemPrivate : public QFxItemPrivate @@ -77,11 +73,7 @@ public: ~ImageCacheItem() { } int age; QRect area; -#if defined(QFX_RENDER_QPAINTER) QPixmap image; -#else - GLTexture image; -#endif }; QList<ImageCacheItem*> imagecache; |