mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-06 02:35:19 +08:00
Remove unused function
This commit is contained in:
@@ -118,11 +118,6 @@ public final class ExtraKeysView extends GridLayout {
|
||||
return readSpecialButton(SpecialButton.ALT);
|
||||
}
|
||||
|
||||
/** @deprecated call readSpecialButton(SpecialButton.FN); */
|
||||
public boolean readFnButton() {
|
||||
return readSpecialButton(SpecialButton.FN);
|
||||
}
|
||||
|
||||
public boolean readSpecialButton(SpecialButton name) {
|
||||
SpecialButtonState state = specialButtons.get(name);
|
||||
if (state == null)
|
||||
|
Reference in New Issue
Block a user