From a1d9b923a8d4a1d362aa41fcf7708fe64158d55f Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Mon, 27 Jun 2022 17:48:58 -0500 Subject: [remove] spurious definition --- wheelwork.lisp | 3 --- 1 file changed, 3 deletions(-) (limited to 'wheelwork.lisp') 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))) -- cgit v1.2.3