diff options
author | Keith Packard <keithp@keithp.com> | 2011-08-08 18:47:36 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-08-08 18:47:36 -0700 |
commit | c8c01684fa011acf3bbe5c3ebbc84aa8e8457a5e (patch) | |
tree | baabc6ee5f5400530fbde8a65160fd0febdec9c1 /altosui/AltosConfigUI.java | |
parent | dd383b86b9a13d7af2d6b07f4fb85ccc666ed898 (diff) |
altosui: A few misc cleanups.
Initialize radio_setting as it won't be set for older devices ever.
Remove unused set_radio_frequency function from AltosConfigUI.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/AltosConfigUI.java')
-rw-r--r-- | altosui/AltosConfigUI.java | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/altosui/AltosConfigUI.java b/altosui/AltosConfigUI.java index c109924e..71664c91 100644 --- a/altosui/AltosConfigUI.java +++ b/altosui/AltosConfigUI.java @@ -563,9 +563,6 @@ public class AltosConfigUI callsign_value.setText(new_callsign); } - public void set_radio_setting(int new_radio_setting) { - } - public String callsign() { return callsign_value.getText(); } |