Game Display: removed unused variable
No idea what this did. It was added 11 years ago (9f11735f32
)
but became unused at some point.
This commit is contained in:
parent
767c9aa101
commit
f2a870b97c
2 changed files with 0 additions and 3 deletions
|
@ -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))
|
||||
|
|
|
@ -218,8 +218,6 @@ private:
|
|||
|
||||
map_location displayedUnitHex_;
|
||||
|
||||
double sidebarScaling_;
|
||||
|
||||
bool first_turn_, in_game_;
|
||||
|
||||
const std::unique_ptr<display_chat_manager> chat_man_;
|
||||
|
|
Loading…
Add table
Reference in a new issue