dev/null |binary extras/Package_tplwizbitmap.mk | 4 ---- 2 files changed, 4 deletions(-)
New commits: commit f0b53cbdf9bc1fdb1f70c0cd9b7fcf946baacfb3 Author: Gabor Kelemen <gabor.kele...@collabora.com> AuthorDate: Thu Jul 3 09:32:15 2025 +0200 Commit: Gabor Kelemen <gabor.kelemen.ext...@allotropia.de> CommitDate: Mon Jul 14 18:28:47 2025 +0200 tdf#99967 (related) Clean up ftp icons that were still shipped after dropping the Web Wizard feature Change-Id: I75baccabd52739fa84b6173f9d83f09d2cb8d87f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187833 Reviewed-by: Gabor Kelemen <gabor.kelemen.ext...@allotropia.de> Tested-by: Jenkins diff --git a/extras/Package_tplwizbitmap.mk b/extras/Package_tplwizbitmap.mk index e657801e7739..6d7aadba7fb9 100644 --- a/extras/Package_tplwizbitmap.mk +++ b/extras/Package_tplwizbitmap.mk @@ -10,10 +10,6 @@ $(eval $(call gb_Package_Package,extras_tplwizbitmap,$(SRCDIR)/extras/source/templates/wizard/bitmap)) $(eval $(call gb_Package_add_files,extras_tplwizbitmap,$(LIBO_SHARE_FOLDER)/template/wizard/bitmap,\ - ftpconnected.gif \ - ftpconnecting.gif \ - ftperror.gif \ - ftpunknown.gif \ Import_1.png \ Import_3.png \ Import_4.png \ diff --git a/extras/source/templates/wizard/bitmap/ftpconnected.gif b/extras/source/templates/wizard/bitmap/ftpconnected.gif deleted file mode 100644 index 466e832b797b..000000000000 Binary files a/extras/source/templates/wizard/bitmap/ftpconnected.gif and /dev/null differ diff --git a/extras/source/templates/wizard/bitmap/ftpconnecting.gif b/extras/source/templates/wizard/bitmap/ftpconnecting.gif deleted file mode 100644 index 62928ec586f2..000000000000 Binary files a/extras/source/templates/wizard/bitmap/ftpconnecting.gif and /dev/null differ diff --git a/extras/source/templates/wizard/bitmap/ftperror.gif b/extras/source/templates/wizard/bitmap/ftperror.gif deleted file mode 100644 index cfc879c67770..000000000000 Binary files a/extras/source/templates/wizard/bitmap/ftperror.gif and /dev/null differ diff --git a/extras/source/templates/wizard/bitmap/ftpunknown.gif b/extras/source/templates/wizard/bitmap/ftpunknown.gif deleted file mode 100644 index 7c89e7b7fff5..000000000000 Binary files a/extras/source/templates/wizard/bitmap/ftpunknown.gif and /dev/null differ