Removed unused variable.

svn-id: r42697
This commit is contained in:
Torbjörn Andersson 2009-07-24 19:24:15 +00:00
parent 441ae56ea9
commit c247e98827

View File

@ -144,7 +144,6 @@ void Font::createOutline(FontData *font) {
int row;
int newByteWidth;
int newRowLength = 0;
int index;
int currentByte;
unsigned char *basePointer;
unsigned char *srcPointer;