Removed redundant (and probably also broken) vars (#6631)

These shouldn't have existed in the first place
This commit is contained in:
buthed010203
2022-03-09 11:01:26 -05:00
committed by GitHub
parent 6ac865be9f
commit 2759aa2793

View File

@@ -761,9 +761,6 @@ public class SettingsMenuDialog extends BaseDialog{
}
public static class AreaTextSetting extends TextSetting{
String def;
Cons<String> changed;
public AreaTextSetting(String name, String def, Cons<String> changed){
super(name, def, changed);
}