diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-21 22:34:55 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-21 22:34:55 +0300 |
| commit | d558ed55df855e3ce01b19e7f1b1fe44dce8e64a (patch) | |
| tree | 8285bce505da6384a9d430af6aef9834b90d96d4 /internal/gui/parallel_runner.go | |
| parent | d773e26b19dcea2f4a1917ebb6edaa4f5721693f (diff) | |
Audit stripped comicgen leftovers
Diffstat (limited to 'internal/gui/parallel_runner.go')
| -rw-r--r-- | internal/gui/parallel_runner.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/gui/parallel_runner.go b/internal/gui/parallel_runner.go index 2567304..e19eef1 100644 --- a/internal/gui/parallel_runner.go +++ b/internal/gui/parallel_runner.go @@ -31,7 +31,6 @@ type imageGenResult struct { // phoneticGenResult is an internal channel payload for phonetic goroutines. type phoneticGenResult struct { info string - err error } // ParallelRunner coordinates parallel audio, image, and phonetics work for |
