Old cursor images mapping was removed from nsmapping.strings.

This commit is contained in:
Sergii Stoian 2019-05-10 14:19:27 +03:00
parent 31446eb0f9
commit dc766834f6
2 changed files with 1 additions and 7 deletions

View file

@ -20,7 +20,7 @@
* Images/common_OpenHandCursor.tiff,
* Images/common_copyCursor.tiff,
* Images/common_linkCursor.tiff,
* Images/common_noCursor.tiff: Remove unused images.
* Images/common_noCursor.tiff: Removed from nsmapping.strings.
* Images/GNUmakefile (Images_RESOURCE_FILES): Update resource
list according to cursor images addition/removal.

View file

@ -36,12 +36,6 @@ NSMenuMixedState = GSMenuMixed;
common_ComboBoxEllipsis = GSComboArrow;
NSComboArrow = GSComboArrow;
common_ClosedHandCursor = GSClosedHandCursor;
common_OpenHandCursor = GSOpenHandCursor;
common_copyCursor = GSDragCopyCursor;
common_linkCursor = GSDragLinkCursor;
common_noCursor = GSOperationNotAllowedCursor;
/* Toolbar images */
common_ToolbarCustomizeToolbarItem = NSToolbarCustomizeToolbarItemImage;