diff options
| author | jghali <jghali@11d20701-8431-0410-a711-e3c959e3b870> | 2012-06-25 20:19:28 +0000 |
|---|---|---|
| committer | jghali <jghali@11d20701-8431-0410-a711-e3c959e3b870> | 2012-06-25 20:19:28 +0000 |
| commit | acf7d13f377d08e9e9c97afb1088dfd403d234a4 (patch) | |
| tree | 250b7397ff3b2f4ea19fcd3aacd464497d664d2d /scribus/pageitem_pathtext.cpp | |
| parent | bb38814c256aae1c4442a16eb91a4f5d1fece200 (diff) | |
| download | scribus-acf7d13f377d08e9e9c97afb1088dfd403d234a4.tar.gz scribus-acf7d13f377d08e9e9c97afb1088dfd403d234a4.tar.xz scribus-acf7d13f377d08e9e9c97afb1088dfd403d234a4.zip | |
fix more build warnings
git-svn-id: svn://scribus.net/branches/Version14x/Scribus@17636 11d20701-8431-0410-a711-e3c959e3b870
Diffstat (limited to 'scribus/pageitem_pathtext.cpp')
| -rw-r--r-- | scribus/pageitem_pathtext.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scribus/pageitem_pathtext.cpp b/scribus/pageitem_pathtext.cpp index 31b5dc2..524f8e7 100644 --- a/scribus/pageitem_pathtext.cpp +++ b/scribus/pageitem_pathtext.cpp @@ -77,13 +77,11 @@ void PageItem_PathText::DrawObj_Item(ScPainter *p, QRectF cullingArea, double sc firstChar = 0; MaxChars = 0; int a; - double chs; QString chstr; ScText *hl; double dx; FPoint point = FPoint(0, 0); FPoint tangent = FPoint(0, 0); - uint seg = 0; QColor tmp; CurX = Extra; QString cachedStroke = ""; @@ -176,7 +174,6 @@ void PageItem_PathText::DrawObj_Item(ScPainter *p, QRectF cullingArea, double sc if (chstr[0] == SpecialChars::PAGENUMBER || chstr[0] == SpecialChars::PARSEP || chstr[0] == SpecialChars::PAGECOUNT || chstr[0] == SpecialChars::TAB || chstr[0] == SpecialChars::LINEBREAK) continue; - chs = hl->fontSize(); if (a < itemText.length()-1) chstr += itemText.text(a+1, 1); hl->glyph.yadvance = 0; |
