summaryrefslogtreecommitdiff
path: root/grc/gui/Constants.py
diff options
context:
space:
mode:
authorSebastian Koslowski <koslowski@kit.edu>2016-08-30 16:30:26 +0200
committerSebastian Koslowski <koslowski@kit.edu>2016-09-12 12:14:54 -0600
commiteb6033357a2ca8db17c4fd2cfd6f1bf789e40330 (patch)
treec928d97fd283ef74ccc04648719e12b609dda712 /grc/gui/Constants.py
parentf85df8b8d9bf2a88a6b87b91d0b55fdcb8161f46 (diff)
grc: gtk3: rewrite file dialogs and support multiple extentions for screenshots
Diffstat (limited to 'grc/gui/Constants.py')
-rw-r--r--grc/gui/Constants.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/grc/gui/Constants.py b/grc/gui/Constants.py
index 516aaf92f4..2f0f7794be 100644
--- a/grc/gui/Constants.py
+++ b/grc/gui/Constants.py
@@ -27,10 +27,6 @@ from ..core.Constants import *
# default path for the open/save dialogs
DEFAULT_FILE_PATH = os.getcwd()
-# file extensions
-IMAGE_FILE_EXTENSION = '.png'
-TEXT_FILE_EXTENSION = '.txt'
-
# name for new/unsaved flow graphs
NEW_FLOGRAPH_TITLE = 'untitled'