diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-12-16 15:31:07 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-12-16 17:51:14 +0100 |
commit | c26ce14c2bc2f4583cb02af56fdf7c00df3c5aac (patch) | |
tree | 7c87da50c35cb8a73d42f393d87a297e85b47740 /vcl/Module_vcl.mk | |
parent | ede7be0c3c70a92cd8601762d8cae7c07976360e (diff) |
drop ui-previewer
the need for this is gone now the transition from src to ui
is completed. I certainly don't use this anymore.
Change-Id: I5bf9c8bc4f00152977091f466c2e808b824acb44
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126925
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/Module_vcl.mk')
-rw-r--r-- | vcl/Module_vcl.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/Module_vcl.mk b/vcl/Module_vcl.mk index 96d87dd3b3de..879bfd5afa05 100644 --- a/vcl/Module_vcl.mk +++ b/vcl/Module_vcl.mk @@ -32,8 +32,6 @@ $(eval $(call gb_Module_add_targets,vcl,\ $(if $(filter DESKTOP,$(BUILD_TYPE)), \ StaticLibrary_vclmain \ $(if $(DISABLE_GUI),, \ - $(if $(ENABLE_MACOSX_SANDBOX),, \ - Executable_ui-previewer) \ $(if $(filter LINUX MACOSX SOLARIS WNT %BSD,$(OS)), \ Executable_vcldemo \ Executable_icontest \ |