From 1c366bb75ba4f2e35468e71c2f8ac278535c0801 Mon Sep 17 00:00:00 2001 From: coolGi Date: Sun, 7 May 2023 08:55:10 +0930 Subject: [PATCH] Removed getFogColor from the BCLibAccessor --- .../lod/core/wrapperInterfaces/modAccessor/IBCLibAccessor.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/src/main/java/com/seibel/lod/core/wrapperInterfaces/modAccessor/IBCLibAccessor.java b/core/src/main/java/com/seibel/lod/core/wrapperInterfaces/modAccessor/IBCLibAccessor.java index 427da3971..796339cf8 100644 --- a/core/src/main/java/com/seibel/lod/core/wrapperInterfaces/modAccessor/IBCLibAccessor.java +++ b/core/src/main/java/com/seibel/lod/core/wrapperInterfaces/modAccessor/IBCLibAccessor.java @@ -5,7 +5,4 @@ import java.awt.*; public interface IBCLibAccessor extends IModAccessor { /** Sets the BCLib custom fog renderer */ void setRenderCustomFog(boolean newValue); - - /** Gets the BCLib fog color */ - Color getFogColor(); }