Ignore:
Timestamp:
2016-03-13T21:36:47+01:00 (8 years ago)
Author:
Don-vip
Message:

remove unused code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/DialogsToggleAction.java

    r9006 r9983  
    4343    }
    4444
    45     /**
    46      * To call if this action must be initially run at JOSM startup.
    47      */
    48     public void initial() {
    49         if (isSelected()) {
    50             setMode();
    51         }
    52     }
    53 
    5445    protected void setMode() {
    5546        if (Main.isDisplayingMapView()) {
Note: See TracChangeset for help on using the changeset viewer.