removed an unused variable
This commit is contained in:
parent
8d2cac0575
commit
fbcb26f75b
1 changed files with 0 additions and 2 deletions
|
|
@ -9,7 +9,6 @@ import io.github.sspanak.tt9.preferences.items.ItemClickable;
|
|||
public class ItemPunctuationOrderSave extends ItemClickable {
|
||||
public static final String NAME = "punctuation_order_save";
|
||||
private final Runnable clickHandler;
|
||||
private Language language;
|
||||
|
||||
public ItemPunctuationOrderSave(Preference item, Runnable clickHandler) {
|
||||
super(item);
|
||||
|
|
@ -17,7 +16,6 @@ public class ItemPunctuationOrderSave extends ItemClickable {
|
|||
}
|
||||
|
||||
ItemPunctuationOrderSave setLanguage(Language language) {
|
||||
this.language = language;
|
||||
if (item != null) {
|
||||
item.setTitle(item.getContext().getString(R.string.punctuation_order_save, language.getName()));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue