Reduce warnings: remove unused variables (#6499)

Removed unused variables
This commit is contained in:
Vovodroid
2024-08-22 19:02:58 +03:00
committed by GitHub
parent c6065d54fc
commit 2eb1adb719
18 changed files with 21 additions and 32 deletions

View File

@@ -373,7 +373,7 @@ bool WebView::RunScript(wxWebView *webView, wxString const &javascript)
}, NULL);
return true;
#endif
} catch (std::exception &e) {
} catch (std::exception &) {
return false;
}
}