From 0546c29187c475f35e08aadf0acfe2e434f30572 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 17 Jul 2011 18:04:25 -0600 Subject: [PATCH] ... --- src/calibre/ebooks/mobi/writer2/utils.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/calibre/ebooks/mobi/writer2/utils.py b/src/calibre/ebooks/mobi/writer2/utils.py index d3f7ff8c32..9f0af7508c 100644 --- a/src/calibre/ebooks/mobi/writer2/utils.py +++ b/src/calibre/ebooks/mobi/writer2/utils.py @@ -11,8 +11,6 @@ import struct from calibre.utils.magick.draw import Image, save_cover_data_to, thumbnail -DECINT_FORWARD = 0 -DECINT_BACKWARD = 1 IMAGE_MAX_SIZE = 10 * 1024 * 1024 def decode_hex_number(raw):