From cff6d450d5dc0614be40856326b0b5c9094a3686 Mon Sep 17 00:00:00 2001 From: Tellinq <59412384+Tellinq@users.noreply.github.com> Date: Sun, 26 Nov 2023 18:28:50 -0500 Subject: [PATCH] Remove no longer needed code --- .../potioneffects/hud/PotionEffects.java | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/src/main/java/me/tellinq/potioneffects/hud/PotionEffects.java b/src/main/java/me/tellinq/potioneffects/hud/PotionEffects.java index 82b4e5e..56dcbf9 100644 --- a/src/main/java/me/tellinq/potioneffects/hud/PotionEffects.java +++ b/src/main/java/me/tellinq/potioneffects/hud/PotionEffects.java @@ -814,11 +814,6 @@ public Effect(String name, int id) { } public static class IconComponent extends Component { - /*@Page( - name = "Component Options", - location = PageLocation.BOTTOM - ) - public Component component = new Component();*/ @Slider( name = "Icon Spacing", @@ -834,13 +829,6 @@ public IconComponent() {} public static class EffectNameComponent extends TextComponent { - /*@Page( - name = "Text Component Options", - location = PageLocation.BOTTOM - ) - public TextComponent textComponent = new TextComponent();*/ - - @Text( name = "Custom Name", description = "Override the effect name with a custom one", @@ -898,11 +886,6 @@ public DurationComponent() {} } public static class TextComponent extends Component { - /*@Page( - name = "Component Options", - location = PageLocation.BOTTOM - ) - public Component component = new Component();*/ @Checkbox( name = "Bold Text",