Ignore:
Timestamp:
2013-03-08T19:16:00+01:00 (11 years ago)
Author:
Don-vip
Message:

Remove old code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/imagery/WmsCache.java

    r5170 r5763  
    101101            cPath = Main.pref.getCacheDirectory() + File.separator + cPath;
    102102        }
    103         // Migrate to new cache directory. Remove 2012-06
    104         {
    105             File oldPath = new File(Main.pref.getPreferencesDirFile(), "wms-cache");
    106             File newPath = new File(cPath);
    107             if (oldPath.exists() && !newPath.exists()) {
    108                 oldPath.renameTo(newPath);
    109             }
    110         }
    111103        return cPath;
    112104    }
Note: See TracChangeset for help on using the changeset viewer.