From e426fc238022d8f4c584e6ff6d505a62564ebcab Mon Sep 17 00:00:00 2001 From: James Seibel Date: Tue, 10 Mar 2026 17:33:55 -0500 Subject: [PATCH] Move lightmap wrapper methods into common --- .../core/wrapperInterfaces/misc/ILightMapWrapper.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/src/main/java/com/seibel/distanthorizons/core/wrapperInterfaces/misc/ILightMapWrapper.java b/core/src/main/java/com/seibel/distanthorizons/core/wrapperInterfaces/misc/ILightMapWrapper.java index b270d1b0e..06e237741 100644 --- a/core/src/main/java/com/seibel/distanthorizons/core/wrapperInterfaces/misc/ILightMapWrapper.java +++ b/core/src/main/java/com/seibel/distanthorizons/core/wrapperInterfaces/misc/ILightMapWrapper.java @@ -27,7 +27,5 @@ import com.seibel.distanthorizons.coreapi.interfaces.dependencyInjection.IBindab */ public interface ILightMapWrapper extends IBindable { - void bind(); - void unbind(); }