mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-12-18 15:01:18 +01:00
Remove unused function
This commit is contained in:
parent
4b52cfbb93
commit
82f977fbf1
1 changed files with 1 additions and 6 deletions
|
|
@ -118,11 +118,6 @@ public final class ExtraKeysView extends GridLayout {
|
||||||
return readSpecialButton(SpecialButton.ALT);
|
return readSpecialButton(SpecialButton.ALT);
|
||||||
}
|
}
|
||||||
|
|
||||||
/** @deprecated call readSpecialButton(SpecialButton.FN); */
|
|
||||||
public boolean readFnButton() {
|
|
||||||
return readSpecialButton(SpecialButton.FN);
|
|
||||||
}
|
|
||||||
|
|
||||||
public boolean readSpecialButton(SpecialButton name) {
|
public boolean readSpecialButton(SpecialButton name) {
|
||||||
SpecialButtonState state = specialButtons.get(name);
|
SpecialButtonState state = specialButtons.get(name);
|
||||||
if (state == null)
|
if (state == null)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue