From: est31 Date: Sat, 13 Feb 2016 00:45:06 +0000 (+0100) Subject: Remove unused 'm_selection_active' field X-Git-Tag: 0.4.14~266 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=bd439338282fccb2c50fd1395e55843259914e25;p=oweals%2Fminetest.git Remove unused 'm_selection_active' field Thanks @ExcaliburZero for noticing. Fixes #3698. --- 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;