summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--starling/node-2d.scm6
1 files changed, 0 insertions, 6 deletions
diff --git a/starling/node-2d.scm b/starling/node-2d.scm
index a325660..5ee75fe 100644
--- a/starling/node-2d.scm
+++ b/starling/node-2d.scm
@@ -74,7 +74,6 @@
local-matrix
world-matrix
dirty!
- pivot
move-by
move-to
teleport
@@ -308,11 +307,6 @@
;; Animation helpers
-(define-method (pivot (node <node-2d>) x y)
- (let ((o (origin node)))
- (set-vec2-x! o x)
- (set-vec2-y! o y)
- (dirty! node)))
(define-method (move-to (node <node-2d>) x y)
(let ((p (position node)))