remove unused variable

This commit is contained in:
Chrys 2024-10-24 00:58:11 +02:00
parent 17d2773344
commit 89467b6988

View File

@ -28,7 +28,6 @@ class SimplePluginSystem(GObject.Object, Peas.Activatable, plugin.Plugin):
plugin.Plugin.__init__(self)
self.plugin_list = []
self.loaded = False
self.my_key_bindings = None
self.plugin_repo = os.path.expanduser('~') + "/.local/share/cthulhu/simple-plugins-enabled/"
def do_activate(self):