mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-06-05 07:24:47 -04:00
Fix remaining unused parameters
This commit is contained in:
@@ -52,7 +52,7 @@ void UITestCanvas::OnPaint(wxPaintEvent& WXUNUSED(event)) {
|
||||
SwapBuffers();
|
||||
}
|
||||
|
||||
void UITestCanvas::OnIdle(wxIdleEvent &event) {
|
||||
void UITestCanvas::OnIdle(wxIdleEvent& /* event */) {
|
||||
Refresh(false);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user