Fix a compiler warning.
This commit is contained in:
parent
fbc335fb8d
commit
0a2dd2638f
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ twindow* tgame_delete::build_window(CVideo& video)
|
|||
return build(video, get_id(GAME_DELETE));
|
||||
}
|
||||
|
||||
void tgame_delete::pre_show(CVideo& /*video*/, twindow& window)
|
||||
void tgame_delete::pre_show(CVideo& /*video*/, twindow& /*window*/)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue