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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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 (...) {
;