summaryrefslogtreecommitdiff
path: root/grc/core/Constants.py
diff options
context:
space:
mode:
authorSebastian Koslowski <koslowski@kit.edu>2016-06-15 11:25:31 -0700
committerSebastian Koslowski <koslowski@kit.edu>2016-07-13 16:33:28 +0200
commit310af9cd32b42e9ad5324fb1dca9bff25ccaca96 (patch)
treef4ce8320b6141e014823f91141b39adadb73f130 /grc/core/Constants.py
parentc39aa154ff7a7787b91e9c09862016afb9874254 (diff)
grc-refactor: block state handling
Diffstat (limited to 'grc/core/Constants.py')
-rw-r--r--grc/core/Constants.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/grc/core/Constants.py b/grc/core/Constants.py
index 99531487fd..40fe69dd02 100644
--- a/grc/core/Constants.py
+++ b/grc/core/Constants.py
@@ -54,11 +54,6 @@ BLOCK_FLAG_NEED_QT_GUI = 'need_qt_gui'
BLOCK_FLAG_NEED_WX_GUI = 'need_wx_gui'
BLOCK_FLAG_DEPRECATED = 'deprecated'
-# Block States
-BLOCK_DISABLED = 0
-BLOCK_ENABLED = 1
-BLOCK_BYPASSED = 2
-
# File creation modes
TOP_BLOCK_FILE_MODE = stat.S_IRUSR | stat.S_IWUSR | stat.S_IXUSR | stat.S_IRGRP | \
stat.S_IWGRP | stat.S_IXGRP | stat.S_IROTH