mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Store: Remove unused API call.
This commit is contained in:
parent
3d1e7fe162
commit
27b2b3c31d
@ -161,18 +161,6 @@ class StorePlugin(object): # {{{
|
|||||||
'''
|
'''
|
||||||
return False
|
return False
|
||||||
|
|
||||||
def get_settings(self):
|
|
||||||
'''
|
|
||||||
This is only useful for plugins that implement
|
|
||||||
:attr:`config_widget` that is the only way to save
|
|
||||||
settings. This is used by plugins to get the saved
|
|
||||||
settings and apply when necessary.
|
|
||||||
|
|
||||||
:return: A dictionary filled with the settings used
|
|
||||||
by this plugin.
|
|
||||||
'''
|
|
||||||
raise NotImplementedError()
|
|
||||||
|
|
||||||
def do_genesis(self):
|
def do_genesis(self):
|
||||||
self.genesis()
|
self.genesis()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user