From 6721df759d7616a14e01b905b850b8e30331cb08 Mon Sep 17 00:00:00 2001 From: celogeek <65178+celogeek@users.noreply.github.com> Date: Fri, 30 Dec 2022 01:47:24 +0100 Subject: [PATCH] cleanup --- internal/epub/core.go | 2 -- 1 file changed, 2 deletions(-) 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 }