chore: Sub classes and overloads not usings parameters of the base methods have the varible names removed

This commit is contained in:
sithlord48
2025-10-15 12:11:39 -04:00
committed by Nick Bolton
parent ed8e71072e
commit e1fbcb379e
15 changed files with 23 additions and 25 deletions

View File

@ -740,7 +740,7 @@ int32_t XWindowsScreen::getJumpZoneSize() const
return 1;
}
bool XWindowsScreen::isAnyMouseButtonDown(uint32_t &buttonID) const
bool XWindowsScreen::isAnyMouseButtonDown(uint32_t &) const
{
// query the pointer to get the button state
Window root;