Remove unused method

This commit is contained in:
chimp1984 2020-12-01 18:21:50 -05:00
parent c1e702c507
commit 9a5ffeecb3
No known key found for this signature in database
GPG key ID: 9801B4EC591F90E3

View file

@ -1037,12 +1037,6 @@ public abstract class MutableOfferView<M extends MutableOfferViewModel<?>> exten
paymentGroupBox.getChildren().add(currencyTextFieldBox); paymentGroupBox.getChildren().add(currencyTextFieldBox);
} }
protected void hidePaymentGroup() {
paymentTitledGroupBg.setVisible(false);
paymentGroupBox.setManaged(false);
paymentGroupBox.setVisible(false);
}
private void addAmountPriceGroup() { private void addAmountPriceGroup() {
amountTitledGroupBg = addTitledGroupBg(gridPane, ++gridRow, 2, amountTitledGroupBg = addTitledGroupBg(gridPane, ++gridRow, 2,
Res.get("createOffer.setAmountPrice"), Layout.COMPACT_GROUP_DISTANCE); Res.get("createOffer.setAmountPrice"), Layout.COMPACT_GROUP_DISTANCE);