mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Remove unused code
This commit is contained in:
parent
fc019d1e78
commit
454afea399
@ -175,12 +175,6 @@ class AddEmptyBookDialog(QDialog):
|
|||||||
return self.title_edit.text().strip()
|
return self.title_edit.text().strip()
|
||||||
|
|
||||||
|
|
||||||
class AddFromArchive(QDialog):
|
|
||||||
|
|
||||||
def __init__(self, parent=None):
|
|
||||||
QDialog.__init__(self, parent)
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
from calibre.library import db
|
from calibre.library import db
|
||||||
db = db()
|
db = db()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user