comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/states/RiverSelect.java @ 4049:8e66293c5369

Removed dead code
author Sascha L. Teichmann <teichmann@intevation.de>
date Sat, 06 Oct 2012 11:57:10 +0200
parents cbe2febe30cc
children
comparison
equal deleted inserted replaced
4048:6ed8ebd48d6e 4049:8e66293c5369
71 cr.addAttr(select, "name", data.getName(), true); 71 cr.addAttr(select, "name", data.getName(), true);
72 72
73 Element label = ProtocolUtils.createArtNode( 73 Element label = ProtocolUtils.createArtNode(
74 cr, "label", null, null); 74 cr, "label", null, null);
75 75
76
77 // XXX: DEAD CODE
78 /*
76 Element choices = ProtocolUtils.createArtNode( 79 Element choices = ProtocolUtils.createArtNode(
77 cr, "choices", null, null); 80 cr, "choices", null, null);
81 */
78 82
79 select.appendChild(label); 83 select.appendChild(label);
80 84
81 label.setTextContent(Resources.getMsg( 85 label.setTextContent(Resources.getMsg(
82 context.getMeta(), 86 context.getMeta(),

http://dive4elements.wald.intevation.org