Suppress parameter warning.

This commit is contained in:
Guillaume Melquiond 2004-12-03 18:19:34 +00:00
parent 92cb490891
commit 42f97a2926

View file

@ -2151,7 +2151,7 @@ void help_browser::adjust_layout() {
set_dirty(true);
}
void help_browser::update_location(const SDL_Rect& rect) {
void help_browser::update_location(SDL_Rect const &) {
adjust_layout();
}