diff -r 5dc02b23752f -r 3e2da88830cd src/opengl/gl2paintengineex/qpaintengineex_opengl2_p.h --- a/src/opengl/gl2paintengineex/qpaintengineex_opengl2_p.h Tue Jul 06 15:10:48 2010 +0300 +++ b/src/opengl/gl2paintengineex/qpaintengineex_opengl2_p.h Wed Aug 18 10:37:55 2010 +0300 @@ -202,8 +202,7 @@ void drawTexture(const QGLRect& dest, const QGLRect& src, const QSize &textureSize, bool opaque, bool pattern = false); void drawPixmapFragments(const QPainter::PixmapFragment *fragments, int fragmentCount, const QPixmap &pixmap, QPainter::PixmapFragmentHints hints); - void drawCachedGlyphs(QFontEngineGlyphCache::Type glyphType, QStaticTextItem *staticTextItem, - bool includeMatrixInCache); + void drawCachedGlyphs(QFontEngineGlyphCache::Type glyphType, QStaticTextItem *staticTextItem); // Calls glVertexAttributePointer if the pointer has changed inline void setVertexAttributePointer(unsigned int arrayIndex, const GLfloat *pointer);