Fix warning about an unused method parameter

This commit is contained in:
Iris Morelle 2018-03-24 00:19:59 -03:00
parent 49d36e6eb4
commit 9852064ba9

View file

@ -245,7 +245,7 @@ void widget::bg_restore() const
}
}
void widget::bg_restore(const SDL_Rect& rect) const
void widget::bg_restore(const SDL_Rect& /*rect*/) const
{
}