From bb38814c256aae1c4442a16eb91a4f5d1fece200 Mon Sep 17 00:00:00 2001 From: jghali Date: Mon, 25 Jun 2012 18:06:29 +0000 Subject: fix quite a few build warnings git-svn-id: svn://scribus.net/branches/Version14x/Scribus@17634 11d20701-8431-0410-a711-e3c959e3b870 --- scribus/charselectenhanced.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'scribus/charselectenhanced.cpp') diff --git a/scribus/charselectenhanced.cpp b/scribus/charselectenhanced.cpp index 941f9dd..2460a68 100644 --- a/scribus/charselectenhanced.cpp +++ b/scribus/charselectenhanced.cpp @@ -75,7 +75,6 @@ void CharSelectEnhanced::scanFont() { // tDebug("scanFont start"); uint charcode; - uint gindex; QString gname; allClasses.clear(); charactersFull.clear(); @@ -112,7 +111,6 @@ void CharSelectEnhanced::scanFont() it != glyphs.end(); ++it) { charcode = it.value().first.unicode(); - gindex = it.key(); gname = it.value().second; charactersFull.append(charcode); if ((charcode >= 0x0020) && (charcode <= 0x007F)) -- cgit