Remove unused 'm_selection_active' field
authorest31 <MTest31@outlook.com>
Sat, 13 Feb 2016 00:45:06 +0000 (01:45 +0100)
committerest31 <MTest31@outlook.com>
Sat, 13 Feb 2016 00:46:12 +0000 (01:46 +0100)
Thanks @ExcaliburZero for noticing. Fixes #3698.

src/guiFormSpecMenu.h

index 0677e87a690de54e43caacc879675125df8ec395..9955048a351c4958f58048a810e852de6ee06f86 100644 (file)
@@ -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;