mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-15 01:25:20 +02:00
Remove unused 'm_selection_active' field
Thanks @ExcaliburZero for noticing. Fixes #3698.
This commit is contained in:
@@ -401,7 +401,6 @@ private:
|
|||||||
TextDest *m_text_dst;
|
TextDest *m_text_dst;
|
||||||
unsigned int m_formspec_version;
|
unsigned int m_formspec_version;
|
||||||
std::string m_focused_element;
|
std::string m_focused_element;
|
||||||
bool m_selection_active;
|
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
bool explicit_size;
|
bool explicit_size;
|
||||||
|
Reference in New Issue
Block a user