Remove unused member variable from ui::Dock

This commit is contained in:
David Capello 2025-04-27 13:31:09 -03:00
parent 88e3c2a48c
commit f1759b069a
1 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,5 @@
// Aseprite
// Copyright (C) 2021-2024 Igara Studio S.A.
// Copyright (C) 2021-2025 Igara Studio S.A.
//
// This program is distributed under the terms of
// the End-User License Agreement for Aseprite.
@ -39,7 +39,6 @@ public:
gfx::Point m_mouseOffset;
ui::UILayerRef m_floatingUILayer;
bool m_hidePreview;
};
Dock();