From 2442f2edc7112986652033a0aacdfe6c97928746 Mon Sep 17 00:00:00 2001 From: celogeek <65178+celogeek@users.noreply.github.com> Date: Sun, 28 Jan 2024 16:43:28 +0100 Subject: [PATCH] remove unuse attribute --- internal/epub/image/epub_image.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/epub/image/epub_image.go b/internal/epub/image/epub_image.go index 4b84595..d322565 100644 --- a/internal/epub/image/epub_image.go +++ b/internal/epub/image/epub_image.go @@ -15,7 +15,6 @@ type Image struct { Raw image.Image Width int Height int - IsCover bool IsBlank bool DoublePage bool Path string