mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-18 02:45:21 +02:00
Get rid of guiroot
The guienvironment already provides a root gui element, we don't need to add another one. (For CGUIEnvironment, the env itself is the root element.)
This commit is contained in:
@@ -38,8 +38,8 @@ public:
|
||||
virtual void signalKeyConfigChange() = 0;
|
||||
};
|
||||
|
||||
// FIXME: do we really need this global variable?
|
||||
extern gui::IGUIEnvironment *guienv;
|
||||
extern gui::IGUIStaticText *guiroot;
|
||||
|
||||
// Handler for the modal menus
|
||||
|
||||
|
Reference in New Issue
Block a user