From 1764648e4f536b2e6ac1b7d1cb3c3fb60e206b29 Mon Sep 17 00:00:00 2001 From: shedaniel Date: Thu, 19 Mar 2020 04:22:55 +0800 Subject: remove old Rectangle Signed-off-by: shedaniel --- src/main/java/me/shedaniel/rei/api/ConfigObject.java | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/main/java/me/shedaniel/rei/api/ConfigObject.java') diff --git a/src/main/java/me/shedaniel/rei/api/ConfigObject.java b/src/main/java/me/shedaniel/rei/api/ConfigObject.java index 56c57125a..5070d2da0 100644 --- a/src/main/java/me/shedaniel/rei/api/ConfigObject.java +++ b/src/main/java/me/shedaniel/rei/api/ConfigObject.java @@ -93,10 +93,6 @@ public interface ConfigObject { boolean areClickableRecipeArrowsEnabled(); - @ApiStatus.ScheduledForRemoval - @Deprecated - boolean isUsingLightGrayRecipeBorder(); - RecipeBorderType getRecipeBorderType(); boolean doesVillagerScreenHavePermanentScrollBar(); -- cgit