summaryrefslogtreecommitdiffstats
path: root/scene/gui/graph_edit.h
diff options
context:
space:
mode:
authorsmartin015 <smartin015@gmail.com>2020-05-04 20:36:52 +0200
committersmartin015 <smartin015@gmail.com>2020-05-16 13:22:52 +0200
commit00457c68bc7e8708e85d6fbd63cba55653f10d46 (patch)
tree216e5f17bbd839ae5e1988f65879e7d60f154b55 /scene/gui/graph_edit.h
parent988dd09047aab9f33b172cfb140d4081885c7083 (diff)
downloadredot-engine-00457c68bc7e8708e85d6fbd63cba55653f10d46.tar.gz
Remove get_local_mouse_position() hack in GraphEdit
Diffstat (limited to 'scene/gui/graph_edit.h')
-rw-r--r--scene/gui/graph_edit.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/scene/gui/graph_edit.h b/scene/gui/graph_edit.h
index 8cfc5d32b9..c632490855 100644
--- a/scene/gui/graph_edit.h
+++ b/scene/gui/graph_edit.h
@@ -97,7 +97,6 @@ private:
bool dragging;
bool just_selected;
Vector2 drag_accum;
- Point2 drag_origin; // Workaround for GH-5907
float zoom;