aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorColin Okay <colin@cicadas.surf>2022-06-27 15:52:58 -0500
committerColin Okay <colin@cicadas.surf>2022-06-27 15:52:58 -0500
commit478012fb74c754d16f19714972d99da11147e02f (patch)
treee894bff6ca75ab9837cceaf5f9a98d60c108aaf8 /examples
parent426462a9523796aa03246a201a482bf010609140 (diff)
[example] remove spurious definition
Diffstat (limited to 'examples')
-rw-r--r--examples/03-font-render.lisp2
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)))