From 749a5a306deacd5c481ecc4c53b7f03178c3e335 Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Thu, 30 Jun 2022 10:05:21 -0500 Subject: [add] button unit and [example]; [modify] scale-by is now defun --- src/protocol.lisp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/protocol.lisp') diff --git a/src/protocol.lisp b/src/protocol.lisp index bd436e6..58120cd 100644 --- a/src/protocol.lisp +++ b/src/protocol.lisp @@ -34,9 +34,6 @@ (:documentation "Ensures that the asset is loaded into memory and ready for use. Returns the asset.")) -(defgeneric scale-by (thing amount) - (:documentation "Scale horizontal and vertical dimensions of THING by AMOUNT")) - (defgeneric width (thing) (:documentation "Returns the effective width, in screen coordinates, of the object in question")) -- cgit v1.2.3