Changeset 10895 in josm for trunk/src/org/openstreetmap/josm


Ignore:
Timestamp:
2016-08-25T01:44:48+02:00 (8 years ago)
Author:
Don-vip
Message:

see #13232 - remove/exclude unused classes

Location:
trunk/src/org/openstreetmap/josm
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/ImageProvider.java

    r10768 r10895  
    106106    private static final String WIKI_PROTOCOL  = "wiki://";
    107107    // CHECKSTYLE.ON: SingleSpaceSeparator
    108 
    109     /**
    110      * Position of an overlay icon
    111      */
    112     public enum OverlayPosition {
    113         /** North west */
    114         NORTHWEST,
    115         /** North east */
    116         NORTHEAST,
    117         /** South west */
    118         SOUTHWEST,
    119         /** South east */
    120         SOUTHEAST
    121     }
    122108
    123109    /**
Note: See TracChangeset for help on using the changeset viewer.