aboutsummaryrefslogtreecommitdiff
path: root/engines/saga
diff options
context:
space:
mode:
authorTorbjörn Andersson2009-07-24 19:24:15 +0000
committerTorbjörn Andersson2009-07-24 19:24:15 +0000
commitc247e988278fd5256183988ba9a890656d520c95 (patch)
tree05d8debeaa88bc3ff92fb371e28ddbb6abbecdf0 /engines/saga
parent441ae56ea959b4039e154af1f69cf5ee50a035b2 (diff)
downloadscummvm-rg350-c247e988278fd5256183988ba9a890656d520c95.tar.gz
scummvm-rg350-c247e988278fd5256183988ba9a890656d520c95.tar.bz2
scummvm-rg350-c247e988278fd5256183988ba9a890656d520c95.zip
Removed unused variable.
svn-id: r42697
Diffstat (limited to 'engines/saga')
-rw-r--r--engines/saga/font.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/saga/font.cpp b/engines/saga/font.cpp
index f680ab20a8..8b9b45d3ff 100644
--- a/engines/saga/font.cpp
+++ b/engines/saga/font.cpp
@@ -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;