diff options
author | Colin Okay <colin@cicadas.surf> | 2022-06-30 07:45:23 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-06-30 07:45:23 -0500 |
commit | 099c3f927c11fe7ae4d12933d6f72abc0b53e973 (patch) | |
tree | b8d497bcffd98459e6b510d2b2541269218df6b5 /src/protocol.lisp | |
parent | e0fc8f0f7a8b4756226cfb5e1c7581e411420228 (diff) |
[modify] changed unit-width/height to just width/height. made defun
Diffstat (limited to 'src/protocol.lisp')
-rw-r--r-- | src/protocol.lisp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/protocol.lisp b/src/protocol.lisp index 24a34c2..f8386a6 100644 --- a/src/protocol.lisp +++ b/src/protocol.lisp @@ -23,11 +23,6 @@ (:documentation "Adds a unit to a container, removing it from its current container first, if necessary.")) -(defgeneric unit-width (unit)) -(defgeneric unit-height (unit)) -(defgeneric (setf unit-width) (newval unit)) -(defgeneric (setf unit-height) (newval unit)) - (defgeneric render (thing) (:documentation "Renders thing for visual display.")) |