From 0415fb19dd7ef2293f5a428e36284a1a93a8682c Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 10 Mar 2014 14:46:22 +0530 Subject: [PATCH] Remove ununsed DJVU input GUI widget --- src/calibre/gui2/convert/djvu_input.py | 24 ---------------------- src/calibre/gui2/convert/djvu_input.ui | 28 -------------------------- 2 files changed, 52 deletions(-) delete mode 100644 src/calibre/gui2/convert/djvu_input.py delete mode 100644 src/calibre/gui2/convert/djvu_input.ui 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 - - - - - - - -