From bd439338282fccb2c50fd1395e55843259914e25 Mon Sep 17 00:00:00 2001 From: est31 Date: Sat, 13 Feb 2016 01:45:06 +0100 Subject: Remove unused 'm_selection_active' field Thanks @ExcaliburZero for noticing. Fixes #3698. --- src/guiFormSpecMenu.h | 1 - 1 file changed, 1 deletion(-) 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; -- cgit v1.2.3