Skip to content

Commit 31a4c54

Browse files
author
Martin Spielmann
committed
Remove unused code
1 parent fc854d6 commit 31a4c54

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/main/java/com/gitblit/wicket/panels/SshKeysPanel.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
import org.apache.wicket.ajax.markup.html.form.AjaxButton;
2525
import org.apache.wicket.markup.html.basic.Label;
2626
import org.apache.wicket.markup.html.form.Form;
27-
import org.apache.wicket.markup.html.panel.FeedbackPanel;
2827
import org.apache.wicket.markup.repeater.Item;
2928
import org.apache.wicket.markup.repeater.data.DataView;
3029
import org.apache.wicket.markup.repeater.data.ListDataProvider;
@@ -124,9 +123,6 @@ public void onClick(AjaxRequestTarget target) {
124123
"span5",
125124
keyComment));
126125

127-
// final FeedbackPanel feedback = new FeedbackPanel("feedback");
128-
// feedback.setOutputMarkupId(true);
129-
// addKeyForm.add(feedback);
130126
addKeyForm.add(new AjaxButton("addKeyButton") {
131127

132128
private static final long serialVersionUID = 1L;

0 commit comments

Comments
 (0)