diff options
author | est31 <MTest31@outlook.com> | 2016-02-13 01:45:06 +0100 |
---|---|---|
committer | est31 <MTest31@outlook.com> | 2016-02-13 01:46:12 +0100 |
commit | bd439338282fccb2c50fd1395e55843259914e25 (patch) | |
tree | 5005c2c7e627c8f1f65be4194a00c0acd2c930b4 /src | |
parent | fefa148d694364cb4c60fbb4ffdc0f8ae6388df6 (diff) | |
download | minetest-bd439338282fccb2c50fd1395e55843259914e25.tar.gz minetest-bd439338282fccb2c50fd1395e55843259914e25.tar.bz2 minetest-bd439338282fccb2c50fd1395e55843259914e25.zip |
Remove unused 'm_selection_active' field
Thanks @ExcaliburZero for noticing. Fixes #3698.
Diffstat (limited to 'src')
-rw-r--r-- | src/guiFormSpecMenu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/guiFormSpecMenu.h b/src/guiFormSpecMenu.h index 0677e87a6..9955048a3 100644 --- a/src/guiFormSpecMenu.h +++ b/src/guiFormSpecMenu.h @@ -401,7 +401,6 @@ private: TextDest *m_text_dst; unsigned int m_formspec_version; std::string m_focused_element; - bool m_selection_active; typedef struct { bool explicit_size; |