Skip to content

Commit

Permalink
remove unused member of game_display
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeck88 committed Jun 17, 2014
1 parent 8106be9 commit a8a1326
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 @@ -73,7 +73,6 @@ game_display::game_display(game_board& board, CVideo& video, boost::weak_ptr<wb:
attack_indicator_dst_(),
route_(),
tod_manager_(tod),
level_(level),
displayedUnitHex_(),
sidebarScaling_(1.0),
first_turn_(true),
Expand Down
2 changes: 0 additions & 2 deletions src/game_display.hpp
Expand Up @@ -246,8 +246,6 @@ class game_display : public display

const tod_manager& tod_manager_;

const config& level_;

void invalidate_route();

map_location displayedUnitHex_;
Expand Down

0 comments on commit a8a1326

Please sign in to comment.