summaryrefslogtreecommitdiff
path: root/vcl/source/app/salplug.cxx
diff options
context:
space:
mode:
authorMichael Weghorn <m.weghorn@posteo.de>2019-01-29 08:43:17 +0100
committerMichael Weghorn <m.weghorn@posteo.de>2019-01-29 09:53:49 +0100
commitcb50e64a858e6791f9893699be0ec5fe4a259834 (patch)
treece78d8c76a7164cdc7e30ea74a8d386628e7c372 /vcl/source/app/salplug.cxx
parent7eccf0b3fe771a519dbdaaf536d64b5b193a723f (diff)
Remove some kde4 leftovers
The kde4 VCL Plugin was removed with 6ca3b3648e25ae9d4d2d29a0df83349198ec3f5e, so drop some now superfluous leftovers. Change-Id: I92887b679462a6ac22c3668a24ec6a9fdee8fac1 Reviewed-on: https://gerrit.libreoffice.org/67047 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'vcl/source/app/salplug.cxx')
-rw-r--r--vcl/source/app/salplug.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/app/salplug.cxx b/vcl/source/app/salplug.cxx
index 938780d11879..555cfe04f5d7 100644
--- a/vcl/source/app/salplug.cxx
+++ b/vcl/source/app/salplug.cxx
@@ -263,7 +263,7 @@ SalInstance *CreateSalInstance()
#ifdef MACOSX
"osx"
#else
- "gtk3", "gtk", "kde5", "kde4", "gen"
+ "gtk3", "gtk", "kde5", "gen"
#endif
#endif
};