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:
authorCampbell Barton <campbell@blender.org>2022-06-24 07:00:36 +0300
committerCampbell Barton <campbell@blender.org>2022-06-24 07:00:36 +0300
commit11f38f59e2b2ed45dd26628d39d73019e263a69f (patch)
tree0197b325167c450c691ae389fafc734bc44e98ab /source/blender/windowmanager/WM_api.h
parent4c4e8cc926a672ac60692b3fb8c20249f9cae679 (diff)
Cleanup: remove unused function WM_cursor_compatible_xy
Diffstat (limited to 'source/blender/windowmanager/WM_api.h')
-rw-r--r--source/blender/windowmanager/WM_api.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/windowmanager/WM_api.h b/source/blender/windowmanager/WM_api.h
index 60cded3b869..ab48d6f6c39 100644
--- a/source/blender/windowmanager/WM_api.h
+++ b/source/blender/windowmanager/WM_api.h
@@ -314,10 +314,6 @@ void WM_paint_cursor_tag_redraw(struct wmWindow *win, struct ARegion *region);
* This function requires access to the GHOST_SystemHandle (g_system).
*/
void WM_cursor_warp(struct wmWindow *win, int x, int y);
-/**
- * Set x, y to values we can actually position the cursor to.
- */
-void WM_cursor_compatible_xy(wmWindow *win, int *x, int *y);
/* Handlers. */