Skip to content

Commit

Permalink
Remove unused 'm_selection_active' field
Browse files Browse the repository at this point in the history
Thanks @ExcaliburZero for noticing. Fixes #3698.
  • Loading branch information
est31 committed Feb 13, 2016
1 parent fefa148 commit bd43933
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/guiFormSpecMenu.h
Expand Up @@ -401,7 +401,6 @@ class GUIFormSpecMenu : public GUIModalMenu
TextDest *m_text_dst;
unsigned int m_formspec_version;
std::string m_focused_element;
bool m_selection_active;

typedef struct {
bool explicit_size;
Expand Down

0 comments on commit bd43933

Please sign in to comment.