mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-11-08 19:46:10 +01:00
Remove unused function
This commit is contained in:
parent
4b52cfbb93
commit
82f977fbf1
1 changed files with 1 additions and 6 deletions
|
|
@ -35,7 +35,7 @@ public final class ExtraKeysView extends GridLayout {
|
|||
private static final int BUTTON_COLOR = 0x00000000;
|
||||
private static final int INTERESTING_COLOR = 0xFF80DEEA;
|
||||
private static final int BUTTON_PRESSED_COLOR = 0x7FFFFFFF;
|
||||
|
||||
|
||||
public ExtraKeysView(Context context, AttributeSet attrs) {
|
||||
super(context, attrs);
|
||||
}
|
||||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue