Skip to content

Commit

Permalink
Fake Display Manager: removed unused dummy_cfg_view member
Browse files Browse the repository at this point in the history
Unused as of 028f291
  • Loading branch information
Vultraz committed Jan 2, 2021
1 parent 75e9d8a commit ba1279b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/tests/utils/fake_display.cpp
Expand Up @@ -33,7 +33,6 @@ namespace test_utils {

CVideo video_;
config dummy_cfg_;
game_config_view dummy_cfg_view_;
config dummy_cfg2_;
game_board dummy_board_;
reports dummy_reports;
Expand Down Expand Up @@ -64,7 +63,6 @@ namespace test_utils {
fake_display_manager::fake_display_manager() :
video_(CVideo::FAKE_TEST),
dummy_cfg_(),
dummy_cfg_view_(game_config_view::wrap(dummy_cfg_)),
dummy_cfg2_(),
dummy_board_(dummy_cfg2_),
main_event_context_(),
Expand Down

0 comments on commit ba1279b

Please sign in to comment.