From 32f34f0d1be9ea2c80772ba386b1df3a5a42d86d Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 14 Apr 2017 09:33:21 +0100 Subject: remove the remaining unused mouse cursors which are not used by us directly or aliases of published awt constants Change-Id: Ic4f009715d71a2f986b8ef8d64b4b2e64986bf3b --- vcl/Package_osxres.mk | 4 ---- 1 file changed, 4 deletions(-) (limited to 'vcl/Package_osxres.mk') diff --git a/vcl/Package_osxres.mk b/vcl/Package_osxres.mk index 224853f25993..10451fec779e 100644 --- a/vcl/Package_osxres.mk +++ b/vcl/Package_osxres.mk @@ -13,7 +13,6 @@ $(eval $(call gb_Package_add_files_with_dir,vcl_osxres,Resources,\ MainMenu.nib/classes.nib \ MainMenu.nib/info.nib \ MainMenu.nib/keyedobjects.nib \ - cursors/airbrush.png \ cursors/ase.png \ cursors/asn.png \ cursors/asne.png \ @@ -72,15 +71,12 @@ $(eval $(call gb_Package_add_files_with_dir,vcl_osxres,Resources,\ cursors/pivotdel.png \ cursors/pivotfld.png \ cursors/pivotrow.png \ - cursors/pntbrsh.png \ cursors/rotate.png \ cursors/tblsele.png \ cursors/tblsels.png \ cursors/tblselse.png \ cursors/tblselsw.png \ cursors/tblselw.png \ - cursors/timemove.png \ - cursors/timesize.png \ cursors/vshear.png \ cursors/vtext.png \ )) -- cgit