diff options
author | Keith Packard <keithp@keithp.com> | 2011-04-19 08:43:40 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-04-19 08:43:40 -0700 |
commit | 17f38e045fcd8ca0224095c0b2b7b098df77a8d8 (patch) | |
tree | 07c49d1151a54d3176f2356b55b6f9f129305b9c /altosui/AltosSiteMap.java | |
parent | f249e5926f5fd9f86c41e7f0a414193533d4d8b0 (diff) |
altosui: Use persistent list of bluetooth devices for device dialogs
Store a list of known bluetooth devices as preferences. Always include
those in device dialogs with an option to go browse for more devices
in both the device dialog and the Configure AltosUI dialog.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/AltosSiteMap.java')
-rw-r--r-- | altosui/AltosSiteMap.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/altosui/AltosSiteMap.java b/altosui/AltosSiteMap.java index f4b6b7e0..7575c10e 100644 --- a/altosui/AltosSiteMap.java +++ b/altosui/AltosSiteMap.java @@ -164,8 +164,6 @@ public class AltosSiteMap extends JScrollPane implements AltosFlightDisplay { } public static void prefetchMaps(double lat, double lng, int w, int h) { - AltosPreferences.init(null); - AltosSiteMap asm = new AltosSiteMap(true); asm.centre = asm.getBaseLocation(lat, lng); |