src/gui/text/qfontengine.cpp
branchRCL_3
changeset 5 d3bac044e0f0
parent 4 3b1da2848fc7
child 7 3f74d0d4af4c
--- a/src/gui/text/qfontengine.cpp	Fri Feb 19 23:40:16 2010 +0200
+++ b/src/gui/text/qfontengine.cpp	Fri Mar 12 15:46:37 2010 +0200
@@ -357,9 +357,6 @@
                 ++i;
             }
         } else {
-            positions.resize(glyphs.numGlyphs);
-            glyphs_out.resize(glyphs.numGlyphs);
-            int i = 0;
             while (i < glyphs.numGlyphs) {
                 if (!glyphs.attributes[i].dontPrint) {
                     QFixed gpos_x = xpos + glyphs.offsets[i].x;