From a47a00228b7be97a740081ec9ed86f108021ad6d Mon Sep 17 00:00:00 2001 From: Loic Blot Date: Thu, 29 Apr 2021 09:20:01 +0200 Subject: [PATCH] refacto: drop unused Hud::smgr --- src/client/hud.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/client/hud.h b/src/client/hud.h index 7046a16fb..cbfdf1ba3 100644 --- a/src/client/hud.h +++ b/src/client/hud.h @@ -36,7 +36,6 @@ class Hud { public: video::IVideoDriver *driver; - scene::ISceneManager *smgr; gui::IGUIEnvironment *guienv; Client *client; LocalPlayer *player;