From 843624f6c2f987ed0327dcb9a30f9596146f5e80 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 16 Jul 2014 10:02:53 +0530 Subject: [PATCH] ... --- src/calibre/ebooks/mobi/debug/headers.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/calibre/ebooks/mobi/debug/headers.py b/src/calibre/ebooks/mobi/debug/headers.py index e445127d9a..c672fd0141 100644 --- a/src/calibre/ebooks/mobi/debug/headers.py +++ b/src/calibre/ebooks/mobi/debug/headers.py @@ -186,7 +186,6 @@ class EXTHRecord(object): 536 : 'Container Info', # CONT_Header is 0, Ends with CONTAINER_BOUNDARY (or Asset_Type?) 538 : 'Container Resolution', 539 : 'Container Mimetype', - 542 : 'Unknown but changes with file name only', 543 : 'Container id', # FONT_CONTAINER, BW_CONTAINER, HD_CONTAINER }.get(self.type, repr(self.type))