1
0
mirror of https://github.com/Anuken/Mindustry.git synced 2024-10-06 12:57:17 +03:00

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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);
}