diff options
author | Colin Okay <colin@cicadas.surf> | 2022-06-27 15:52:58 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-06-27 15:52:58 -0500 |
commit | 478012fb74c754d16f19714972d99da11147e02f (patch) | |
tree | e894bff6ca75ab9837cceaf5f9a98d60c108aaf8 | |
parent | 426462a9523796aa03246a201a482bf010609140 (diff) |
[example] remove spurious definition
-rw-r--r-- | examples/03-font-render.lisp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/03-font-render.lisp b/examples/03-font-render.lisp index ec6795c..e47341b 100644 --- a/examples/03-font-render.lisp +++ b/examples/03-font-render.lisp @@ -7,8 +7,6 @@ (defclass font-display (ww::application) ()) -(define-symbol-macro +speed+ 10) - (defun random-text-color () (make-array 4 :initial-contents (list (random 1.0) (random 1.0) (random 1.0) 1.0))) |