From d9c354a9d2c435c57fc96fdd043f562258593fdb Mon Sep 17 00:00:00 2001 From: Mark de Wever Date: Sat, 1 Jun 2013 10:29:59 +0200 Subject: [PATCH] Remove unused private members. --- src/editor/action/mouse/mouse_action_item.hpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/editor/action/mouse/mouse_action_item.hpp b/src/editor/action/mouse/mouse_action_item.hpp index 3ba47fa54aa..afe10d25f90 100644 --- a/src/editor/action/mouse/mouse_action_item.hpp +++ b/src/editor/action/mouse/mouse_action_item.hpp @@ -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_; };