From 00457c68bc7e8708e85d6fbd63cba55653f10d46 Mon Sep 17 00:00:00 2001 From: smartin015 Date: Mon, 4 May 2020 20:36:52 +0200 Subject: Remove get_local_mouse_position() hack in GraphEdit --- scene/gui/graph_edit.h | 1 - 1 file changed, 1 deletion(-) (limited to 'scene/gui/graph_edit.h') 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; -- cgit v1.2.3