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-20 11:42:56 +02:00
parent fd5e351f82
commit 605526e524

View File

@@ -23,7 +23,6 @@ public class GuiReplaySpeedSlider extends GuiAdvancedButton {
this.valueMin = 1;
this.valueMax = 38;
this.valueStep = 1;
this.displayString = displayKey + ": 1x";
this.displayKey = displayKey;
reset();