Remove unused private members.

This commit is contained in:
Mark de Wever 2013-06-01 10:29:59 +02:00
parent 6b4e82899b
commit d9c354a9d2

View File

@ -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_;
};