mirror of https://github.com/aseprite/aseprite.git
Remove unused member variable from ui::Dock
This commit is contained in:
parent
88e3c2a48c
commit
f1759b069a
|
@ -1,5 +1,5 @@
|
||||||
// Aseprite
|
// 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
|
// This program is distributed under the terms of
|
||||||
// the End-User License Agreement for Aseprite.
|
// the End-User License Agreement for Aseprite.
|
||||||
|
@ -39,7 +39,6 @@ public:
|
||||||
|
|
||||||
gfx::Point m_mouseOffset;
|
gfx::Point m_mouseOffset;
|
||||||
ui::UILayerRef m_floatingUILayer;
|
ui::UILayerRef m_floatingUILayer;
|
||||||
bool m_hidePreview;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
Dock();
|
Dock();
|
||||||
|
|
Loading…
Reference in New Issue