mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 23:18:17 +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);
|
||||
}
|
||||
|
||||
protected void hidePaymentGroup() {
|
||||
paymentTitledGroupBg.setVisible(false);
|
||||
paymentGroupBox.setManaged(false);
|
||||
paymentGroupBox.setVisible(false);
|
||||
}
|
||||
|
||||
private void addAmountPriceGroup() {
|
||||
amountTitledGroupBg = addTitledGroupBg(gridPane, ++gridRow, 2,
|
||||
Res.get("createOffer.setAmountPrice"), Layout.COMPACT_GROUP_DISTANCE);
|
||||
|
|
Loading…
Add table
Reference in a new issue