summaryrefslogtreecommitdiff
path: root/vcl/inc
diff options
context:
space:
mode:
authorKhaled Hosny <khaled@aliftype.com>2022-10-01 17:27:46 +0200
committerخالد حسني <khaled@aliftype.com>2022-10-01 19:47:48 +0200
commitdc9270d207af24c9b5cd775eda8997f3aad68f14 (patch)
tree866c38bbb64b4729bb73cfc2a37d28e9eb6b5c1f /vcl/inc
parent5cf31e332ed835fd1755bda133cee7bbc328dc09 (diff)
Unused constants
Change-Id: Ic43a4e52b5ea40e54b368815e504840cb2c78aab Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140845 Tested-by: Jenkins Reviewed-by: خالد حسني <khaled@aliftype.com>
Diffstat (limited to 'vcl/inc')
-rw-r--r--vcl/inc/sft.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/vcl/inc/sft.hxx b/vcl/inc/sft.hxx
index dc539ab958ac..25c8fe693c3a 100644
--- a/vcl/inc/sft.hxx
+++ b/vcl/inc/sft.hxx
@@ -448,7 +448,6 @@ constexpr sal_uInt32 T_post = 0x706F7374;
constexpr sal_uInt32 T_cvt = 0x63767420;
constexpr sal_uInt32 T_prep = 0x70726570;
constexpr sal_uInt32 T_fpgm = 0x6670676D;
-constexpr sal_uInt32 T_gsub = 0x47535542;
constexpr sal_uInt32 T_CFF = 0x43464620;
class AbstractTrueTypeFont;
@@ -708,9 +707,8 @@ constexpr int O_post = 11; /* 'post' */
constexpr int O_cvt = 12; /* 'cvt_' - only used in TT->TT generation */
constexpr int O_prep = 13; /* 'prep' - only used in TT->TT generation */
constexpr int O_fpgm = 14; /* 'fpgm' - only used in TT->TT generation */
-constexpr int O_gsub = 15; /* 'GSUB' */
-constexpr int O_CFF = 16; /* 'CFF' */
-constexpr int NUM_TAGS = 17;
+constexpr int O_CFF = 15; /* 'CFF' */
+constexpr int NUM_TAGS = 16;
class VCL_DLLPUBLIC AbstractTrueTypeFont
{