diff options
author | rubenwardy <rw@rubenwardy.com> | 2022-07-30 12:51:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-30 12:51:23 +0100 |
commit | a8711158896d993e23d823f41ab086c3915c7d4e (patch) | |
tree | 4883ab0310ec344883b8042dea3195cd73717c2e /src/client/game.cpp | |
parent | 6a269d58ef28be6428a5fb62c0eb966fc1ff5883 (diff) | |
download | minetest-a8711158896d993e23d823f41ab086c3915c7d4e.tar.gz minetest-a8711158896d993e23d823f41ab086c3915c7d4e.tar.bz2 minetest-a8711158896d993e23d823f41ab086c3915c7d4e.zip |
Fix some warnings (#12615)
Diffstat (limited to 'src/client/game.cpp')
-rw-r--r-- | src/client/game.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/game.cpp b/src/client/game.cpp index 61b957e78..c34e3a415 100644 --- a/src/client/game.cpp +++ b/src/client/game.cpp @@ -846,7 +846,6 @@ private: EventManager *eventmgr = nullptr; QuicktuneShortcutter *quicktune = nullptr; - bool registration_confirmation_shown = false; std::unique_ptr<GameUI> m_game_ui; GUIChatConsole *gui_chat_console = nullptr; // Free using ->Drop() |