aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorColin Okay <colin@cicadas.surf>2022-06-27 17:48:58 -0500
committerColin Okay <colin@cicadas.surf>2022-06-27 17:48:58 -0500
commita1d9b923a8d4a1d362aa41fcf7708fe64158d55f (patch)
tree08f482ce867a00b924c2c892a134fab64b489991
parentc88f91fd817d5e635b4a76b079bf47bdc7b7ec83 (diff)
[remove] spurious definition
-rw-r--r--wheelwork.lisp3
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)))