Skip to content

Commit

Permalink
Game Display: removed unused variable
Browse files Browse the repository at this point in the history
No idea what this did. It was added 11 years ago (9f11735)
but became unused at some point.
  • Loading branch information
Vultraz committed Apr 19, 2018
1 parent 767c9aa commit f2a870b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/game_display.cpp
Expand Up @@ -64,7 +64,6 @@ game_display::game_display(game_board& board, std::weak_ptr<wb::manager> wb,
, hex_def_fl_labels_()
, route_()
, displayedUnitHex_()
, sidebarScaling_(1.0)
, first_turn_(true)
, in_game_(false)
, chat_man_(new display_chat_manager(*this))
Expand Down
2 changes: 0 additions & 2 deletions src/game_display.hpp
Expand Up @@ -218,8 +218,6 @@ class game_display : public display

map_location displayedUnitHex_;

double sidebarScaling_;

bool first_turn_, in_game_;

const std::unique_ptr<display_chat_manager> chat_man_;
Expand Down

0 comments on commit f2a870b

Please sign in to comment.