summaryrefslogtreecommitdiff
path: root/src/corelib/render/software/fpg_fontcache.pas
diff options
context:
space:
mode:
authorStéphane Aulery <saulery@free.fr>2015-04-06 10:51:58 +0200
committerStéphane Aulery <saulery@free.fr>2015-04-06 10:51:58 +0200
commitb7d9264751d18edefe2b4a86d72b480823fd47b9 (patch)
tree53e4164c06758229c8951625a6e198981f44e022 /src/corelib/render/software/fpg_fontcache.pas
parentc8acc2c1666015daeb3038c838e5018c0ecd8903 (diff)
downloadfpGUI-b7d9264751d18edefe2b4a86d72b480823fd47b9.tar.xz
Clean up unused local variables
Diffstat (limited to 'src/corelib/render/software/fpg_fontcache.pas')
-rw-r--r--src/corelib/render/software/fpg_fontcache.pas1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/corelib/render/software/fpg_fontcache.pas b/src/corelib/render/software/fpg_fontcache.pas
index 15f65e40..3de3a7f6 100644
--- a/src/corelib/render/software/fpg_fontcache.pas
+++ b/src/corelib/render/software/fpg_fontcache.pas
@@ -207,7 +207,6 @@ function TFontCacheList.BuildFontCacheItem(const AFontFile: TfpgString): TFontCa
var
face_ptr: FT_Face_ptr;
s: Ansistring;
- i: integer;
flags: integer;
begin
FT_New_Face(m_library, PChar(AFontFile), 0, face_ptr);