1
0
Fork 0
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:
Rui 2016-10-09 17:27:14 +09:00 committed by Ner'zhul
parent 569b89b36f
commit b3fc133442
3 changed files with 37 additions and 50 deletions

View file

@ -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();