diff --git a/src/model/Entity.java b/src/model/Entity.java index 608cdef..b2dd800 100644 --- a/src/model/Entity.java +++ b/src/model/Entity.java @@ -53,10 +53,6 @@ public class Entity { return thisHitbox; }; - public Drawbox getThisDrawbox() { - return thisDrawbox; - } - /** @return BufferedImage object or null if an image is not set */ public BufferedImage getImage() { return sprite;