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