mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-06-06 14:05:21 -04:00
Remove unused code
This commit is contained in:
@@ -175,12 +175,6 @@ class AddEmptyBookDialog(QDialog):
|
||||
return self.title_edit.text().strip()
|
||||
|
||||
|
||||
class AddFromArchive(QDialog):
|
||||
|
||||
def __init__(self, parent=None):
|
||||
QDialog.__init__(self, parent)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
from calibre.library import db
|
||||
db = db()
|
||||
|
||||
Reference in New Issue
Block a user