mirror of https://github.com/rusefi/RomRaider.git
unused code
This commit is contained in:
parent
75341fb6fb
commit
22e4520124
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue