Warnings: remove empty code (#6577)

* Warnings: remove empty code
This commit is contained in:
Vovodroid
2024-09-07 13:18:35 +03:00
committed by GitHub
parent 82c90666da
commit 07d79376d3
8 changed files with 0 additions and 29 deletions

View File

@@ -103,9 +103,6 @@ wxString PrintJob::get_http_error_msg(unsigned int status, std::string body)
if (!j["message"].is_null())
message = j["message"].get<std::string>();
}
switch (status) {
;
}
}
catch (...) {
;