[Libreoffice-commits] .: vcl/source

Julien Nabet serval2412 at kemper.freedesktop.org
Sat Aug 11 00:17:09 PDT 2012


 vcl/source/fontsubset/gsub.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit e1c2aae61b21f8aa5f64c38efd6ca685c89291e3
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Sat Aug 11 09:15:30 2012 +0200

    Remove unused local var
    
    Change-Id: I06a02a97491c2ea0408c881451d17d464fead090

diff --git a/vcl/source/fontsubset/gsub.cxx b/vcl/source/fontsubset/gsub.cxx
index dda4252..2df62e5 100644
--- a/vcl/source/fontsubset/gsub.cxx
+++ b/vcl/source/fontsubset/gsub.cxx
@@ -91,7 +91,6 @@ int ReadGSUB( struct _TrueTypeFont* pTTFile,
 
     typedef std::vector<sal_uInt16> UshortList;
     UshortList aFeatureIndexList;
-    UshortList aFeatureOffsetList;
 
     // parse Script Table
     const FT_Byte* pScriptHeader = pGsubBase + nOfsScriptList;


More information about the Libreoffice-commits mailing list