Clean up unnecessary value assignment in GuiReplaySpeedSlider Constructor, which is overridden by calling the reset() method two statements later

This commit is contained in:
CrushedPixel
2015-08-22 16:35:17 +02:00
parent fd5e351f82
commit 605526e524
@@ -23,7 +23,6 @@ public class GuiReplaySpeedSlider extends GuiAdvancedButton {
this.valueMin = 1; this.valueMin = 1;
this.valueMax = 38; this.valueMax = 38;
this.valueStep = 1; this.valueStep = 1;
this.displayString = displayKey + ": 1x";
this.displayKey = displayKey; this.displayKey = displayKey;
reset(); reset();