summaryrefslogtreecommitdiffstats
path: root/scribus/charselectenhanced.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scribus/charselectenhanced.cpp')
-rw-r--r--scribus/charselectenhanced.cpp2
1 files changed, 0 insertions, 2 deletions
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))