diff --git a/internal/epub/core.go b/internal/epub/core.go index a323207..d894445 100644 --- a/internal/epub/core.go +++ b/internal/epub/core.go @@ -34,8 +34,6 @@ type ePub struct { Publisher string UpdatedAt string - imagesCount int - processingImages func() chan *Image templateProcessor *template.Template }