From b07a726868d66306fcb392dfb4f5cfb43e2b235c Mon Sep 17 00:00:00 2001 From: Boutade Date: Fri, 18 Oct 2019 19:37:41 -0500 Subject: cleanup --- the-price-of-a-cup-of-coffee.lisp | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'the-price-of-a-cup-of-coffee.lisp') diff --git a/the-price-of-a-cup-of-coffee.lisp b/the-price-of-a-cup-of-coffee.lisp index 3ea2ba9..f506ada 100644 --- a/the-price-of-a-cup-of-coffee.lisp +++ b/the-price-of-a-cup-of-coffee.lisp @@ -110,18 +110,6 @@ (stressed-out-sequence))) -;; TODO - REIMPLEMENT TO WORK WITH *TWEENS* -;; (defun drink-coffee () -;; (let ((now (sdl2:get-ticks)) -;; (dur 1750) -;; (ease #'cubic-in-out)) -;; (setf *coffee-break-tween* -;; (as-group -;; (animate *cold-meter* 'percent 0.0 :start now :rounding nil :duration dur -;; :ease ease) -;; (animate *stress-meter* 'percent (* 0.4 (percent *stress-meter*)) -;; :start now :rounding nil :duration dur -;; :ease ease))))) (defun get-sick () (unless (sick-p *nance*) -- cgit v1.2.3