projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fefa148
)
Remove unused 'm_selection_active' field
author
est31
<MTest31@outlook.com>
Sat, 13 Feb 2016 00:45:06 +0000
(
01:45
+0100)
committer
est31
<MTest31@outlook.com>
Sat, 13 Feb 2016 00:46:12 +0000
(
01:46
+0100)
Thanks @ExcaliburZero for noticing. Fixes #3698.
src/guiFormSpecMenu.h
patch
|
blob
|
history
diff --git
a/src/guiFormSpecMenu.h
b/src/guiFormSpecMenu.h
index 0677e87a690de54e43caacc879675125df8ec395..9955048a351c4958f58048a810e852de6ee06f86 100644
(file)
--- 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;