aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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)))