diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-11-26 09:14:03 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-11-26 19:13:38 +0100 |
commit | 0111686c214fa269f8e3f001f2b776a8769164bd (patch) | |
tree | 79a68a29c1a4398a34ff13d32ec0afc8cac9f942 /vcl | |
parent | b8b79633021488a7f3400026357a66c4cdadb4b6 (diff) |
remove unused SalLayoutFlags enum values
Change-Id: I5d1559c2cb201ec69fc6353aaf491fbb5c0534dd
Reviewed-on: https://gerrit.libreoffice.org/64047
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/gdi/sallayout.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/source/gdi/sallayout.cxx b/vcl/source/gdi/sallayout.cxx index 4cbca56d9b70..0fea93f90ee3 100644 --- a/vcl/source/gdi/sallayout.cxx +++ b/vcl/source/gdi/sallayout.cxx @@ -72,8 +72,6 @@ std::ostream &operator <<(std::ostream& s, ImplLayoutArgs const &rArgs) TEST(DisableKerning); TEST(KerningAsian); TEST(Vertical); - TEST(EnableLigatures); - TEST(SubstituteDigits); TEST(KashidaJustification); TEST(ForFallback); #undef TEST |