comparison src/java/de/intevation/mxd/reader/MXDReader.java @ 318:1b8572f22ac6

Remove unused variable
author Andre Heinecke <aheinecke@intevation.de>
date Thu, 20 Sep 2012 12:57:17 +0200
parents 1d77ea6a915d
children
comparison
equal deleted inserted replaced
317:5a2b5bc066eb 318:1b8572f22ac6
157 try { 157 try {
158 IGraphicsLayer grLayer = (IGraphicsLayer) map.getActiveGraphicsLayer(); 158 IGraphicsLayer grLayer = (IGraphicsLayer) map.getActiveGraphicsLayer();
159 if (map.getActiveGraphicsLayer() instanceof CompositeGraphicsLayer) { 159 if (map.getActiveGraphicsLayer() instanceof CompositeGraphicsLayer) {
160 CompositeGraphicsLayerReader lr = new CompositeGraphicsLayerReader(grLayer); 160 CompositeGraphicsLayerReader lr = new CompositeGraphicsLayerReader(grLayer);
161 lr.setUtil(util); 161 lr.setUtil(util);
162 Element graphicsLayers = lr.read(); 162 lr.read();
163 } else { 163 } else {
164 logger.debug("Not a known graphics layer type: " + 164 logger.debug("Not a known graphics layer type: " +
165 grLayer.getClass().toString()); 165 grLayer.getClass().toString());
166 } 166 }
167 } 167 }
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)