diff options
author | David Thompson <dthompson2@worcester.edu> | 2022-12-18 19:53:53 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2022-12-18 19:53:53 -0500 |
commit | 30c21b38a63061926da53cc2917df398c47feda3 (patch) | |
tree | e5a855b27d6ab17c10332220546c24792ca0dfba | |
parent | 0cbe11133c71cd853a3653a848edcf62a9d8b6b1 (diff) |
node-2d: Delete commented code.
-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) |