internal: nuke CWindow::m_bMappedX11

it's useless. m_bIsMapped is the same.
This commit is contained in:
Vaxry
2023-12-17 20:00:18 +00:00
parent bf7374011b
commit 9fd928e114
7 changed files with 13 additions and 20 deletions

View File

@@ -238,7 +238,6 @@ class CWindow {
// XWayland stuff
bool m_bIsX11 = false;
bool m_bMappedX11 = false;
CWindow* m_pX11Parent = nullptr;
uint64_t m_iX11Type = 0;
bool m_bIsModal = false;