aboutsummaryrefslogtreecommitdiff
path: root/scene/gui/line_edit.h
diff options
context:
space:
mode:
authorIgnacio Etcheverry2016-06-18 16:14:43 +0200
committerIgnacio Etcheverry2016-06-18 16:14:43 +0200
commit99612207b7ddc1b4e9db06fbc7e7f11cfe4e51fa (patch)
tree5e5096897da6d61b54482f62bf9a8b3102657c9a /scene/gui/line_edit.h
parent55b83157e70a34a933a2a73f14a0052a832d0287 (diff)
downloadgodot-99612207b7ddc1b4e9db06fbc7e7f11cfe4e51fa.tar.gz
godot-99612207b7ddc1b4e9db06fbc7e7f11cfe4e51fa.tar.zst
godot-99612207b7ddc1b4e9db06fbc7e7f11cfe4e51fa.zip
Diffstat (limited to 'scene/gui/line_edit.h')
-rw-r--r--scene/gui/line_edit.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/scene/gui/line_edit.h b/scene/gui/line_edit.h
index 586a54e95..fd8d7c030 100644
--- a/scene/gui/line_edit.h
+++ b/scene/gui/line_edit.h
@@ -83,7 +83,6 @@ private:
int cursor_start;
bool enabled;
bool creating;
- bool old_shift;
bool doubleclick;
bool drag_attempt;
} selection;