mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-29 09:57:38 +00:00
Remove unused private members.
This commit is contained in:
parent
6b4e82899b
commit
d9c354a9d2
@ -32,8 +32,6 @@ public:
|
||||
: mouse_action(palette, key)
|
||||
, click_(false)
|
||||
, start_hex_()
|
||||
, old_direction_(map_location::NORTH)
|
||||
, new_direction_(map_location::NORTH)
|
||||
, item_palette_(palette)
|
||||
{
|
||||
}
|
||||
@ -73,8 +71,6 @@ private:
|
||||
bool click_;
|
||||
|
||||
map_location start_hex_;
|
||||
map_location::DIRECTION old_direction_;
|
||||
map_location::DIRECTION new_direction_;
|
||||
item_palette& item_palette_;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user