chore: Sub classes and overloads not usings parameters of the base methods have the varible names removed
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user