Changeset 11425 in josm


Ignore:
Timestamp:
2016-12-31T17:39:03+01:00 (7 years ago)
Author:
Don-vip
Message:

fix #14179 - remove duplicated code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/layer/geoimage/GeoImageLayer.java

    r11397 r11425  
    192192            progressMonitor.setTicksCount(files.size());
    193193
    194             progressMonitor.subTask(tr("Read photos..."));
    195             progressMonitor.setTicksCount(files.size());
    196 
    197194            // read the image files
    198195            List<ImageEntry> entries = new ArrayList<>(files.size());
Note: See TracChangeset for help on using the changeset viewer.