[Bf-blender-cvs] [d46feb8b4de] tracking_tools: Cleanup: Unused function

Sergey Sharybin noreply at git.blender.org
Wed May 11 15:52:52 CEST 2022


Commit: d46feb8b4ded011bc0d7fed1d24d448d15a0655c
Author: Sergey Sharybin
Date:   Wed May 11 15:39:49 2022 +0200
Branches: tracking_tools
https://developer.blender.org/rBd46feb8b4ded011bc0d7fed1d24d448d15a0655c

Cleanup: Unused function

===================================================================

M	source/blender/editors/space_clip/tracking_select.c

===================================================================

diff --git a/source/blender/editors/space_clip/tracking_select.c b/source/blender/editors/space_clip/tracking_select.c
index 16e90ed67de..5f940b817a9 100644
--- a/source/blender/editors/space_clip/tracking_select.c
+++ b/source/blender/editors/space_clip/tracking_select.c
@@ -558,17 +558,6 @@ static int box_select_exec(bContext *C, wmOperator *op)
   return OPERATOR_CANCELLED;
 }
 
-static int clip_box_select_invoke(bContext *C, wmOperator *op, const wmEvent *event)
-{
-  const bool tweak = RNA_boolean_get(op->ptr, "tweak");
-
-  if (tweak) {
-    return OPERATOR_CANCELLED | OPERATOR_PASS_THROUGH;
-  }
-
-  return WM_gesture_box_invoke(C, op, event);
-}
-
 void CLIP_OT_select_box(wmOperatorType *ot)
 {
   /* identifiers */



More information about the Bf-blender-cvs mailing list