diff options
-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))) |