aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/net
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/net')
-rw-r--r--src/main/java/net/inyourwalls/customlevelcolour/ConfigScreen.java8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/main/java/net/inyourwalls/customlevelcolour/ConfigScreen.java b/src/main/java/net/inyourwalls/customlevelcolour/ConfigScreen.java
index bfe8f51..b1bc906 100644
--- a/src/main/java/net/inyourwalls/customlevelcolour/ConfigScreen.java
+++ b/src/main/java/net/inyourwalls/customlevelcolour/ConfigScreen.java
@@ -105,13 +105,5 @@ public class ConfigScreen extends Screen {
) - 4;
context.drawTextWithShadow(this.textRenderer, OUTLINE_COLOUR_LABEL, labelX, 30, 0xffffff);
context.drawTextWithShadow(this.textRenderer, TEXT_COLOUR_LABEL, labelX, 60, 0xffffff);
-
- // preview text
- int previewX = (this.width / 2) - (this.textRenderer.getWidth("30") / 2);
- context.drawText(this.textRenderer, "30", previewX - 1, 90, previewOutlineColour, false);
- context.drawText(this.textRenderer, "30", previewX + 1, 90, previewOutlineColour, false);
- context.drawText(this.textRenderer, "30", previewX, 91, previewOutlineColour, false);
- context.drawText(this.textRenderer, "30", previewX, 89, previewOutlineColour, false);
- context.drawText(this.textRenderer, "30", previewX, 90, previewTextColour, false);
}
}