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 <ideasman42@gmail.com>2020-02-20 02:07:13 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-02-20 03:22:14 +0300
commita74f0dc0e306d79d8a6de5277538d7333132fc34 (patch)
treeeae25a4f49272ca88a9123d6bc891dbbc7204554 /source/blender/windowmanager/WM_types.h
parent6f5ef60f1b50fef4737b0530bee5c4770be24403 (diff)
Cleanup: declatatuons for functions that don't exist
Diffstat (limited to 'source/blender/windowmanager/WM_types.h')
-rw-r--r--source/blender/windowmanager/WM_types.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/source/blender/windowmanager/WM_types.h b/source/blender/windowmanager/WM_types.h
index c11d51acd2d..d5853045091 100644
--- a/source/blender/windowmanager/WM_types.h
+++ b/source/blender/windowmanager/WM_types.h
@@ -573,13 +573,6 @@ typedef struct wmEvent {
} wmEvent;
/**
- * Values below are considered a click, above are considered a drag.
- */
-int WM_event_cursor_click_drag_threshold_from_event_(const wmEvent *event);
-
-bool WM_event_cursor_click_drag_threshold_met(const wmEvent *event);
-
-/**
* Values below are ignored when detecting if the user intentionally moved the cursor.
* Keep this very small since it's used for selection cycling for eg,
* where we want intended adjustments to pass this threshold and select new items.