mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Remove unused parameter of GUIVolumeChange
This commit is contained in:
parent
569b89b36f
commit
b3fc133442
3 changed files with 37 additions and 50 deletions
|
@ -30,8 +30,7 @@ class GUIVolumeChange : public GUIModalMenu
|
|||
public:
|
||||
GUIVolumeChange(gui::IGUIEnvironment* env,
|
||||
gui::IGUIElement* parent, s32 id,
|
||||
IMenuManager *menumgr,
|
||||
Client* client);
|
||||
IMenuManager *menumgr);
|
||||
~GUIVolumeChange();
|
||||
|
||||
void removeChildren();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue