Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2019-09-26 17:15:19 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2019-09-26 17:26:04 +0300
commitda63ac5576334d2654856f45b627e1d04f31c134 (patch)
tree51004eb399ea0d4de5fe1ec5bb1607265ce060a1 /source/blender/windowmanager/intern/wm_cursors.c
parenta0d4c2e607fc91a99e1272b1e975ec45e02c94fc (diff)
Cleanup: remove unused cursors without high resolution image
Diffstat (limited to 'source/blender/windowmanager/intern/wm_cursors.c')
-rw-r--r--source/blender/windowmanager/intern/wm_cursors.c72
1 files changed, 0 insertions, 72 deletions
diff --git a/source/blender/windowmanager/intern/wm_cursors.c b/source/blender/windowmanager/intern/wm_cursors.c
index 333f8f39970..38297dbd8ba 100644
--- a/source/blender/windowmanager/intern/wm_cursors.c
+++ b/source/blender/windowmanager/intern/wm_cursors.c
@@ -909,78 +909,6 @@ void wm_init_cursor_data(void)
BlenderCursor[WM_CURSOR_CROSSC] = &CrossCursorC;
END_CURSOR_BLOCK;
- /********************** EditCross Cursor ***********************/
- BEGIN_CURSOR_BLOCK;
- static char editcross_sbm[] = {
- 0x0e, 0x00, 0x11, 0x00, 0x1d, 0x00, 0x19, 0x03, 0x1d, 0x03, 0x11,
- 0x03, 0x0e, 0x03, 0x00, 0x03, 0xf8, 0x7c, 0xf8, 0x7c, 0x00, 0x03,
- 0x00, 0x03, 0x00, 0x03, 0x00, 0x03, 0x00, 0x03, 0x00, 0x00,
- };
-
- static char editcross_smsk[] = {
- 0x0e, 0x00, 0x1f, 0x00, 0x1f, 0x03, 0x1f, 0x03, 0x1f, 0x03, 0x1f,
- 0x03, 0x0e, 0x03, 0x80, 0x07, 0xfc, 0xfc, 0xfc, 0xfc, 0x80, 0x07,
- 0x00, 0x03, 0x00, 0x03, 0x00, 0x03, 0x00, 0x03, 0x00, 0x03,
- };
-
- static BCursor EditCrossCursor = {
- /* small */
- editcross_sbm,
- editcross_smsk,
- 16,
- 16,
- 9,
- 8,
- /* big */
- NULL,
- NULL,
- 32,
- 32,
- 15,
- 15,
- /* don't invert color */
- false,
- };
-
- BlenderCursor[WM_CURSOR_EDITCROSS] = &EditCrossCursor;
- END_CURSOR_BLOCK;
-
- /********************** Box Select *************************/
- BEGIN_CURSOR_BLOCK;
- static char box_sbm[32] = {
- 0x7f, 0x00, 0x41, 0x00, 0x41, 0x00, 0x41, 0x06, 0x41, 0x06, 0x41,
- 0x06, 0x7f, 0x06, 0x00, 0x06, 0xe0, 0x79, 0xe0, 0x79, 0x00, 0x06,
- 0x00, 0x06, 0x00, 0x06, 0x00, 0x06, 0x00, 0x06, 0x00, 0x00,
- };
-
- static char box_smsk[32] = {
- 0x7f, 0x00, 0x7f, 0x00, 0x63, 0x06, 0x63, 0x06, 0x63, 0x06, 0x7f,
- 0x06, 0x7f, 0x06, 0x00, 0x0f, 0xf0, 0xf9, 0xf0, 0xf9, 0x00, 0x0f,
- 0x00, 0x06, 0x00, 0x06, 0x00, 0x06, 0x00, 0x06, 0x00, 0x06,
- };
-
- static BCursor BoxSelCursor = {
- /* small */
- box_sbm,
- box_smsk,
- 16,
- 16,
- 9,
- 8,
- /* big */
- NULL,
- NULL,
- 32,
- 32,
- 15,
- 15,
- /* don't invert color */
- false,
- };
-
- BlenderCursor[WM_CURSOR_BOXSEL] = &BoxSelCursor;
-
- END_CURSOR_BLOCK;
/********************** Knife Cursor ***********************/
BEGIN_CURSOR_BLOCK;
static char knife_sbm[] = {