ActionButton: Remove unused constructor
Change-Id: I0d1091d763e9edb6a5eb6115c70cbe65b0978cdc
This commit is contained in:
@@ -57,11 +57,6 @@ public class ActionButton extends Button implements ClickHandler {
|
|||||||
this(null, null, change, null, revision, action);
|
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,
|
private ActionButton(Project.NameKey project, BranchInfo branch,
|
||||||
ChangeInfo change, EditInfo edit, RevisionInfo revision,
|
ChangeInfo change, EditInfo edit, RevisionInfo revision,
|
||||||
ActionInfo action) {
|
ActionInfo action) {
|
||||||
|
Reference in New Issue
Block a user