diff options
author | Colin Okay <colin@cicadas.surf> | 2022-06-27 17:48:58 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-06-27 17:48:58 -0500 |
commit | a1d9b923a8d4a1d362aa41fcf7708fe64158d55f (patch) | |
tree | 08f482ce867a00b924c2c892a134fab64b489991 | |
parent | c88f91fd817d5e635b4a76b079bf47bdc7b7ec83 (diff) |
[remove] spurious definition
-rw-r--r-- | wheelwork.lisp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/wheelwork.lisp b/wheelwork.lisp index 20c5d86..b4149ff 100644 --- a/wheelwork.lisp +++ b/wheelwork.lisp @@ -305,9 +305,6 @@ necessary." (shutdown app)) (cleanup app))))))) -(defvar *frame-time* nil - "Bound and available once per frame. The result of GET-UNIVERSAL-TIME.") - (defgeneric render (thing)) (defmethod render ((app application)) (let ((table (perframe-table (listener app))) |