diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-06-19 05:58:16 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-06-19 05:58:16 (GMT) |
commit | 0b59aed42d27584ef3493305c565dd47f66d179d (patch) | |
tree | 5714e8f4fcd37e7500e85dfedb902fdf997eedae /src/declarative/fx/qfxtext.h | |
parent | bbdaf08826a9c93d2c0f56cbe064ee4c47a04f0f (diff) | |
download | Qt-0b59aed42d27584ef3493305c565dd47f66d179d.zip Qt-0b59aed42d27584ef3493305c565dd47f66d179d.tar.gz Qt-0b59aed42d27584ef3493305c565dd47f66d179d.tar.bz2 |
Remove OpenGL support from Fluid UI primitives
Diffstat (limited to 'src/declarative/fx/qfxtext.h')
-rw-r--r-- | src/declarative/fx/qfxtext.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/declarative/fx/qfxtext.h b/src/declarative/fx/qfxtext.h index 99ab2be..35e8b03 100644 --- a/src/declarative/fx/qfxtext.h +++ b/src/declarative/fx/qfxtext.h @@ -117,11 +117,7 @@ public: virtual void dump(int depth); virtual QString propertyInfo() const; -#if defined(QFX_RENDER_QPAINTER) void paintContents(QPainter &p); -#elif defined(QFX_RENDER_OPENGL) - void paintGLContents(GLPainter &); -#endif virtual void componentComplete(); |