Remove some unused variables.

This commit is contained in:
Zed A. Shaw 2024-10-18 00:28:23 -04:00
parent 8b61a4fad8
commit fe5f7673ea
2 changed files with 1 additions and 2 deletions

View file

@ -38,7 +38,6 @@ class GUI {
Map $game_map;
sf::SoundBuffer $hit_buf;
sf::Sound $hit_sound;
bool $show_paths = false;
string $status_text = "NOT DEAD";
Component $document;
Component $map_view;