1
0
mirror of https://github.com/moparisthebest/minetest synced 2024-08-13 16:53:49 -04:00

Remove unused 'm_selection_active' field

Thanks @ExcaliburZero for noticing. Fixes #3698.
This commit is contained in:
est31 2016-02-13 01:45:06 +01:00
parent fefa148d69
commit bd43933828

View 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;