unused code

This commit is contained in:
rusefillc 2022-11-13 01:43:32 -05:00 committed by Dale Schultz
parent 75341fb6fb
commit 22e4520124
1 changed files with 0 additions and 8 deletions

View File

@ -10,14 +10,6 @@ public class CustomToolbarLayout extends FlowLayout {
private static final long serialVersionUID = 1L;
public CustomToolbarLayout() {
super();
}
public CustomToolbarLayout(int align) {
super(align);
}
public CustomToolbarLayout(int align, int hgap, int vgap) {
super(align, hgap, vgap);
}