aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/protocol.lisp
diff options
context:
space:
mode:
authorColin Okay <colin@cicadas.surf>2022-06-30 10:05:21 -0500
committerColin Okay <colin@cicadas.surf>2022-06-30 10:05:21 -0500
commit749a5a306deacd5c481ecc4c53b7f03178c3e335 (patch)
treebdfef3b82a72dbfbea85ff013013362ef3baf75d /src/protocol.lisp
parent98b5811d8b50d20f8c15e9b202f0d3f0457df58b (diff)
[add] button unit and [example]; [modify] scale-by is now defun
Diffstat (limited to 'src/protocol.lisp')
-rw-r--r--src/protocol.lisp3
1 files changed, 0 insertions, 3 deletions
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"))