diff --git a/src/calibre/gui2/convert/djvu_input.py b/src/calibre/gui2/convert/djvu_input.py deleted file mode 100644 index 6e52487d81..0000000000 --- a/src/calibre/gui2/convert/djvu_input.py +++ /dev/null @@ -1,24 +0,0 @@ -# coding: utf-8 -from __future__ import (unicode_literals, division, absolute_import, - print_function) - -__license__ = 'GPL v3' -__copyright__ = '2011, Anthon van der Neut ' - - -from calibre.gui2.convert.djvu_input_ui import Ui_Form -from calibre.gui2.convert import Widget - -class PluginWidget(Widget, Ui_Form): - - TITLE = _('DJVU Input') - HELP = _('Options specific to')+' DJVU '+_('input') - COMMIT_NAME = 'djvu_input' - ICON = I('mimetypes/djvu.png') - - def __init__(self, parent, get_option, get_help, db=None, book_id=None): - Widget.__init__(self, parent, - ['use_djvutxt', ]) - self.db, self.book_id = db, book_id - self.initialize_options(get_option, get_help, db, book_id) - diff --git a/src/calibre/gui2/convert/djvu_input.ui b/src/calibre/gui2/convert/djvu_input.ui deleted file mode 100644 index ad027f645e..0000000000 --- a/src/calibre/gui2/convert/djvu_input.ui +++ /dev/null @@ -1,28 +0,0 @@ - - - Form - - - - 0 - 0 - 400 - 300 - - - - Form - - - - - - Use &djvutxt, if available, for faster processing - - - - - - - -