From 6062a8e0d542533e6de646b3718dcafd1d534221 Mon Sep 17 00:00:00 2001 From: OldTeaOwl Date: Tue, 12 Nov 2024 15:38:19 +0700 Subject: [PATCH] removed unnecessary Drawbox getter accidentally generated by IDE --- src/model/Entity.java | 4 ---- 1 file changed, 4 deletions(-) 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;