plugin: remove is_enabled

Sad story, but this isn't used by anything.

Change-Id: I2b23e180b9b77d90bb81503083a16c2ba2d4f0b8
This commit is contained in:
Julien Danjou 2013-08-22 16:38:19 +02:00
parent 5f24c9a69a
commit 6a076febc4

View File

@ -36,13 +36,6 @@ class PluginBase(object):
"""Base class for all plugins.
"""
@staticmethod
def is_enabled():
"""Return boolean indicating whether this plugin should
be enabled and used by the caller.
"""
return True
class NotificationBase(PluginBase):
"""Base class for plugins that support the notification API."""