Skip to content

Commit

Permalink
Remove no longer needed code
Browse files Browse the repository at this point in the history
  • Loading branch information
Tellinq committed Nov 26, 2023
1 parent c968316 commit cff6d45
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions src/main/java/me/tellinq/potioneffects/hud/PotionEffects.java
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit cff6d45

Please sign in to comment.