Removed redundant (and probably also broken) vars (#6631)
These shouldn't have existed in the first place
This commit is contained in:
@@ -761,9 +761,6 @@ public class SettingsMenuDialog extends BaseDialog{
|
|||||||
}
|
}
|
||||||
|
|
||||||
public static class AreaTextSetting extends TextSetting{
|
public static class AreaTextSetting extends TextSetting{
|
||||||
String def;
|
|
||||||
Cons<String> changed;
|
|
||||||
|
|
||||||
public AreaTextSetting(String name, String def, Cons<String> changed){
|
public AreaTextSetting(String name, String def, Cons<String> changed){
|
||||||
super(name, def, changed);
|
super(name, def, changed);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user