mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
Removed unused parameters
I am not sure why there were parameters for this method when they weren't being used (perhaps leftover from before?), but I removed them.
This commit is contained in:
parent
d0972c9be1
commit
ae706b2407
|
|
@ -159,7 +159,7 @@ IMPLEMENT_CALLBACK( GuiMenuBar, onSubmenuSelect, void, ( const char* submenuId,
|
|||
// console methods
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
DefineEngineMethod( GuiMenuBar, clearMenus, void, ( S32 param1, S32 param2),,
|
||||
DefineEngineMethod( GuiMenuBar, clearMenus, void, (),,
|
||||
"@brief Clears all the menus from the menu bar.\n\n"
|
||||
"@tsexample\n"
|
||||
"// Inform the GuiMenuBar control to clear all menus from itself.\n"
|
||||
|
|
|
|||
Loading…
Reference in a new issue