summaryrefslogtreecommitdiff
path: root/python/gras
diff options
context:
space:
mode:
Diffstat (limited to 'python/gras')
-rw-r--r--python/gras/GRAS_Block.i6
1 files changed, 0 insertions, 6 deletions
diff --git a/python/gras/GRAS_Block.i b/python/gras/GRAS_Block.i
index 2f98b1b..b4d8293 100644
--- a/python/gras/GRAS_Block.i
+++ b/python/gras/GRAS_Block.i
@@ -290,10 +290,4 @@ class Block(BlockPython):
def register_property(self, key, getter, setter):
self.__prop_registry[key] = (getter, setter)
-
- def set(self, key, value):
- self._set_property(key, PMC_M(value))
-
- def get(self, key):
- return self._get_property(key)()
%}