From 27b2b3c31dff54f29a711218746255931846920c Mon Sep 17 00:00:00 2001 From: John Schember Date: Sun, 24 Apr 2011 09:49:53 -0400 Subject: [PATCH] Store: Remove unused API call. --- src/calibre/gui2/store/__init__.py | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/calibre/gui2/store/__init__.py b/src/calibre/gui2/store/__init__.py index c95d794975..fd2fb965a9 100644 --- a/src/calibre/gui2/store/__init__.py +++ b/src/calibre/gui2/store/__init__.py @@ -161,18 +161,6 @@ class StorePlugin(object): # {{{ ''' 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): self.genesis()