aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorColin Okay <colin@cicadas.surf>2022-07-01 10:32:05 -0500
committerColin Okay <colin@cicadas.surf>2022-07-01 10:32:05 -0500
commit252d952205b4ab4c0c9a5209b18a42666db9fb6a (patch)
tree89c1182aea0e03bc094a3202082f52bf1a6e8740 /src
parent5a683c56882f50d8a667d2e2c237492852db77a3 (diff)
[removed] spurious class def
Diffstat (limited to 'src')
-rw-r--r--src/wheelwork.lisp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/wheelwork.lisp b/src/wheelwork.lisp
index b139f9d..6b32119 100644
--- a/src/wheelwork.lisp
+++ b/src/wheelwork.lisp
@@ -223,14 +223,6 @@ give focus to whatever was clicked."
(:quit () t)))
-(defclass/std animation (unit interactive)
- ((frames :with :doc "A 2d array of TEXTURE instances. Its dimensiosn are (set-index texture-index)")
- (framesets :with :i :r :type integer :std 1 :doc "The number of sets")
- (current-frameset current-frame :std 0 :a)
- (fps :with :std 1)
- (last-frame :with :std (get-universal-time) :a :doc "Time of last frame advance")))
-
-
(defun asset-class-for (asset-id &optional (app *application*))
"Given an asset-id (see GET-ASSET), retrieve the symbol name of a
the class that will be used to instantiate the asset object. That