Explorar o código

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.
Nathan Bowhay %!s(int64=10) %!d(string=hai) anos
pai
achega
ae706b2407
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Engine/source/gui/editor/guiMenuBar.cpp

+ 1 - 1
Engine/source/gui/editor/guiMenuBar.cpp

@@ -159,7 +159,7 @@ IMPLEMENT_CALLBACK( GuiMenuBar, onSubmenuSelect, void, ( const char* submenuId,
 // console methods
 // 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"
    "@brief Clears all the menus from the menu bar.\n\n"
    "@tsexample\n"
    "@tsexample\n"
    "// Inform the GuiMenuBar control to clear all menus from itself.\n"
    "// Inform the GuiMenuBar control to clear all menus from itself.\n"