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

@@ -57,11 +57,6 @@ void RotoptimizeJob::process(Ctl &ctl)
.print_config(&m_default_print_cfg)
.statucb([this, &prev_status, &ctl/*, &statustxt*/](int s)
{
if (s > 0 && s < 100)
;
// ctl.update_status(prev_status + s / m_selected_object_ids.size(),
// statustxt);
return !ctl.was_canceled();
});