diff options
author | Sebastian Koslowski <koslowski@kit.edu> | 2016-06-15 11:25:31 -0700 |
---|---|---|
committer | Sebastian Koslowski <koslowski@kit.edu> | 2016-07-13 16:33:28 +0200 |
commit | 310af9cd32b42e9ad5324fb1dca9bff25ccaca96 (patch) | |
tree | f4ce8320b6141e014823f91141b39adadb73f130 /grc/gui/Element.py | |
parent | c39aa154ff7a7787b91e9c09862016afb9874254 (diff) |
grc-refactor: block state handling
Diffstat (limited to 'grc/gui/Element.py')
-rw-r--r-- | grc/gui/Element.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/grc/gui/Element.py b/grc/gui/Element.py index 4e88df375f..48fdf62543 100644 --- a/grc/gui/Element.py +++ b/grc/gui/Element.py @@ -48,7 +48,6 @@ class Element(object): 0, Gdk.LINE_SOLID, Gdk.CAP_BUTT, Gdk.JOIN_MITER ]""" - def is_horizontal(self, rotation=None): """ Is this element horizontal? |