summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-11-26 09:14:03 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-11-26 19:13:38 +0100
commit0111686c214fa269f8e3f001f2b776a8769164bd (patch)
tree79a68a29c1a4398a34ff13d32ec0afc8cac9f942 /vcl
parentb8b79633021488a7f3400026357a66c4cdadb4b6 (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.cxx2
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