Kaydet (Commit) e1c2aae6 authored tarafından Julien Nabet's avatar Julien Nabet

Remove unused local var

Change-Id: I06a02a97491c2ea0408c881451d17d464fead090
üst 7d8cd0ab
...@@ -91,7 +91,6 @@ int ReadGSUB( struct _TrueTypeFont* pTTFile, ...@@ -91,7 +91,6 @@ int ReadGSUB( struct _TrueTypeFont* pTTFile,
typedef std::vector<sal_uInt16> UshortList; typedef std::vector<sal_uInt16> UshortList;
UshortList aFeatureIndexList; UshortList aFeatureIndexList;
UshortList aFeatureOffsetList;
// parse Script Table // parse Script Table
const FT_Byte* pScriptHeader = pGsubBase + nOfsScriptList; const FT_Byte* pScriptHeader = pGsubBase + nOfsScriptList;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment