summaryrefslogtreecommitdiffstats
path: root/scene/gui/menu_button.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/gui/menu_button.h')
-rw-r--r--scene/gui/menu_button.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/scene/gui/menu_button.h b/scene/gui/menu_button.h
index 95748a29f1..eea6b8e877 100644
--- a/scene/gui/menu_button.h
+++ b/scene/gui/menu_button.h
@@ -42,8 +42,6 @@ class MenuButton : public Button {
bool disable_shortcuts = false;
PopupMenu *popup = nullptr;
- Vector2i mouse_pos_adjusted;
-
void _popup_visibility_changed(bool p_visible);
protected: