Ignore:
Timestamp:
2017-05-31T17:07:52+02:00 (7 years ago)
Author:
Don-vip
Message:

remove some deprecated code, unused by now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/LatLonDialog.java

    r12279 r12285  
    320320    }
    321321
    322     /**
    323      * Parses the given string as lat/lon.
    324      * @param coord String to parse
    325      * @return parsed lat/lon
    326      * @deprecated use {@link LatLon#parse(String)} instead
    327      */
    328     @Deprecated
    329     public static LatLon parseLatLon(final String coord) {
    330         return LatLon.parse(coord);
    331     }
    332 
    333322    public static EastNorth parseEastNorth(String s) {
    334323        String[] en = s.split("[;, ]+");
Note: See TracChangeset for help on using the changeset viewer.