diff options
Diffstat (limited to 'grc/gui/Constants.py')
-rw-r--r-- | grc/gui/Constants.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/grc/gui/Constants.py b/grc/gui/Constants.py index 830bc96681..741c6fda95 100644 --- a/grc/gui/Constants.py +++ b/grc/gui/Constants.py @@ -29,7 +29,6 @@ from gnuradio import gr prefs = gr.prefs() GR_PREFIX = gr.prefix() EDITOR = prefs.get_string('grc', 'editor', '') -SCREENSHOTS_TRANSPARENT_BG = prefs.get_bool('grc', 'screenshots_transparent_bg', False) # default path for the open/save dialogs DEFAULT_FILE_PATH = os.getcwd() |