summaryrefslogtreecommitdiff
path: root/include/vcl/fontcapabilities.hxx
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2016-12-01 08:27:01 +0200
committerKhaled Hosny <khaledhosny@eglug.org>2016-12-01 19:13:12 +0000
commitdacd0e94199f154cac5875ec06430df6947e251b (patch)
tree729ee93483b1b4ddb80400cb78bec5091a2d32b0 /include/vcl/fontcapabilities.hxx
parentaa68c99d88fd7abe08c4aee5206c859a0cdba38e (diff)
Unused code
Change-Id: Idfc964930c242d752a78cd109d75d809bce4de11 Reviewed-on: https://gerrit.libreoffice.org/31470 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
Diffstat (limited to 'include/vcl/fontcapabilities.hxx')
-rw-r--r--include/vcl/fontcapabilities.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vcl/fontcapabilities.hxx b/include/vcl/fontcapabilities.hxx
index c4b58c0b8f4d..165a964eb93b 100644
--- a/include/vcl/fontcapabilities.hxx
+++ b/include/vcl/fontcapabilities.hxx
@@ -198,7 +198,6 @@ namespace vcl
{
boost::optional<std::bitset<UnicodeCoverage::MAX_UC_ENUM>> oUnicodeRange;
boost::optional<std::bitset<CodePageCoverage::MAX_CP_ENUM>> oCodePageRange;
- std::vector< sal_uInt32 > maGSUBScriptTags;
};
}