diff options
author | Sam Atkins <atkinssj@serenityos.org> | 2022-09-28 17:17:01 +0100 |
---|---|---|
committer | Sam Atkins <atkinssj@gmail.com> | 2022-10-10 16:16:01 +0100 |
commit | a4c1ee905f2993c03ccbfdce39c01bbffc9ce45c (patch) | |
tree | 73f9367965a56c99f893ff2ccd909e765b795132 /Userland/Games/Spider/Game.h | |
parent | 7d37aebc071d3473324e6367ddf3e5c87942eb29 (diff) | |
download | serenity-a4c1ee905f2993c03ccbfdce39c01bbffc9ce45c.zip |
Spider: Use CardGame dragging functionality
Diffstat (limited to 'Userland/Games/Spider/Game.h')
-rw-r--r-- | Userland/Games/Spider/Game.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Userland/Games/Spider/Game.h b/Userland/Games/Spider/Game.h index 9c3e870942..e35a5a1db4 100644 --- a/Userland/Games/Spider/Game.h +++ b/Userland/Games/Spider/Game.h @@ -82,9 +82,7 @@ private: Mode m_mode { Mode::SingleSuit }; - NonnullRefPtrVector<Card> m_focused_cards; NonnullRefPtrVector<Card> m_new_deck; - CardStack* m_focused_stack { nullptr }; Gfx::IntPoint m_mouse_down_location; bool m_mouse_down { false }; |