mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-05 18:41:05 +00: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:
parent
7e7aceb8c1
commit
45e7a80057
5 changed files with 12 additions and 18 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue