Fix warning about an unused method parameter
This commit is contained in:
parent
49d36e6eb4
commit
9852064ba9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue