[gedit] pythonconsole: remove dead code, unused external GSettings



commit f035b5866ccb5fe76c44430cba502892e5804aeb
Author: Sébastien Wilmet <swilmet informatique-libre be>
Date:   Sun Jul 17 15:14:25 2022 +0200

    pythonconsole: remove dead code, unused external GSettings
    
    For each external GSettings keys used, it needs to be checked whether
    they still exist.
    
    But here it isn't used anymore.

 plugins/pythonconsole/pythonconsole/console.py | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/plugins/pythonconsole/pythonconsole/console.py b/plugins/pythonconsole/pythonconsole/console.py
index b81e8a7a5..05a7afd7e 100644
--- a/plugins/pythonconsole/pythonconsole/console.py
+++ b/plugins/pythonconsole/pythonconsole/console.py
@@ -42,7 +42,6 @@ class PythonConsole(Gtk.ScrolledWindow):
 
     CONSOLE_KEY_BASE = 'org.gnome.gedit.plugins.pythonconsole'
     SETTINGS_INTERFACE_DIR = "org.gnome.desktop.interface"
-    SETTINGS_PROFILE_DIR = "org.gnome.GnomeTerminal.profiles.Default"
 
     CONSOLE_KEY_COMMAND_COLOR = 'command-color'
     CONSOLE_KEY_ERROR_COLOR = 'error-color'


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]