diff options
-rw-r--r-- | catbird/node-2d.scm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/catbird/node-2d.scm b/catbird/node-2d.scm index b2f60c6..090584c 100644 --- a/catbird/node-2d.scm +++ b/catbird/node-2d.scm @@ -438,10 +438,6 @@ (define-method (on-child-resize node child) #t) -;; (define-method ((setter origin) (node <node-2d>)) -;; (dirty! node) -;; (next-method)) - (define-method (on-change (node <node-2d>) slot old new) (case slot ((origin position rotation scale shear) |