mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-25 07:27:18 +01:00
Remove unused method
This commit is contained in:
parent
c1e702c507
commit
9a5ffeecb3
1 changed files with 0 additions and 6 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Reference in a new issue