ActionButton: Remove unused constructor

Change-Id: I0d1091d763e9edb6a5eb6115c70cbe65b0978cdc
This commit is contained in:
David Pursehouse
2016-05-07 21:58:32 +09:00
parent 61e988c69b
commit 0a96f73e02

View File

@@ -57,11 +57,6 @@ public class ActionButton extends Button implements ClickHandler {
this(null, null, change, null, revision, action);
}
public ActionButton(ChangeInfo change, EditInfo edit,
ActionInfo action) {
this(null, null, change, edit, null, action);
}
private ActionButton(Project.NameKey project, BranchInfo branch,
ChangeInfo change, EditInfo edit, RevisionInfo revision,
ActionInfo action) {