altosuilib: Get rid of AltosUIMapNew.set_load_params
authorKeith Packard <keithp@keithp.com>
Thu, 28 May 2015 08:00:22 +0000 (01:00 -0700)
committerKeith Packard <keithp@keithp.com>
Thu, 28 May 2015 08:00:22 +0000 (01:00 -0700)
This isn't needed anywhere.

Signed-off-by: Keith Packard <keithp@keithp.com>
altosuilib/AltosUIMapNew.java

index 511d8fe683db7d7ab336dcc15c1edf06652ecb73..05f47b53d552d292b414048d0ab46917356ebf7c 100644 (file)
@@ -429,10 +429,6 @@ public class AltosUIMapNew extends JComponent implements AltosFlightDisplay, Alt
 
        JComboBox<String>       maptype_combo;
 
-       public void set_load_params(double lat, double lon, int radius, AltosMapTileListener listener) {
-               map.set_load_params(lat, lon, radius, listener);
-       }
-
        MapView view;
 
        public AltosUIMapNew() {