removed todo

This commit is contained in:
Andreas Preikschat 2013-01-11 21:53:20 +01:00
parent 095066cf19
commit cd343bd16c

View File

@ -150,7 +150,6 @@ class Plugin(QtCore.QObject):
log.debug(u'Plugin %s initialised' % name)
QtCore.QObject.__init__(self)
self.name = name
# TODO: Should we overwrite the plugins status so that third party plugins cannot be enabled by default?
Settings.extend_default_settings(default_settings)
self.textStrings = {}
self.setPluginTextStrings()