summaryrefslogtreecommitdiff
path: root/asciifarm/client/keymacros.hy
diff options
context:
space:
mode:
authortroido <troido@hotmail.com>2018-01-17 20:26:16 +0100
committertroido <troido@hotmail.com>2018-01-17 20:26:16 +0100
commitf72c658220a78ec058ceca25118e3e9a499a6c2b (patch)
tree2a965a693d95f0ee651732ddc47b7e22bd188030 /asciifarm/client/keymacros.hy
parent0bed6616326348b41c6a907552fff62956ce6f18 (diff)
updated maps and refactored client: renamed display parts and removed selector
Diffstat (limited to 'asciifarm/client/keymacros.hy')
-rw-r--r--asciifarm/client/keymacros.hy6
1 files changed, 0 insertions, 6 deletions
diff --git a/asciifarm/client/keymacros.hy b/asciifarm/client/keymacros.hy
index 65e2993..2de89e4 100644
--- a/asciifarm/client/keymacros.hy
+++ b/asciifarm/client/keymacros.hy
@@ -21,11 +21,5 @@
(defmacro doall [actions]
`(for [action ~actions] (action)))
-(defmacro selector [name]
- `(self.display.getSelector ~name))
-
-(defmacro selectorvalue [name]
- `(.getValue (selector ~name)))
-
(defmacro log [text]
`(self.client.log ~text))