Fix remaining unused parameters

This commit is contained in:
Stanisław Pitucha
2016-01-27 11:45:54 +11:00
parent e24e9a44d7
commit c1eb1de1bd
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ void UITestCanvas::OnPaint(wxPaintEvent& WXUNUSED(event)) {
SwapBuffers();
}
void UITestCanvas::OnIdle(wxIdleEvent &event) {
void UITestCanvas::OnIdle(wxIdleEvent& /* event */) {
Refresh(false);
}