Changeset 32756 in osm for applications/editors/josm/plugins
- Timestamp:
- 2016-08-02T12:37:23+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/photoadjust/src/org/openstreetmap/josm/plugins/photoadjust/PhotoAdjustMapMode.java
r32712 r32756 229 229 return all; 230 230 } 231 232 @Override233 public void destroy() {234 super.destroy();235 Main.getLayerManager().removeLayerChangeListener(this);236 Main.getLayerManager().removeActiveLayerChangeListener(this);237 }238 231 }
Note:
See TracChangeset
for help on using the changeset viewer.