diff --git a/src/main/java/io/bitsquare/gui/main/trade/TradePM.java b/src/main/java/io/bitsquare/gui/main/trade/TradePM.java deleted file mode 100644 index 2c393c863e..0000000000 --- a/src/main/java/io/bitsquare/gui/main/trade/TradePM.java +++ /dev/null @@ -1,47 +0,0 @@ -/* - * This file is part of Bitsquare. - * - * Bitsquare is free software: you can redistribute it and/or modify it - * under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or (at - * your option) any later version. - * - * Bitsquare is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public - * License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with Bitsquare. If not, see . - */ - -package io.bitsquare.gui.main.trade; - -import io.bitsquare.gui.PresentationModel; - -import com.google.inject.Inject; - -import org.slf4j.Logger; -import org.slf4j.LoggerFactory; - -public class TradePM extends PresentationModel { - private static final Logger log = LoggerFactory.getLogger(TradePM.class); - - /////////////////////////////////////////////////////////////////////////////////////////// - // Constructor - /////////////////////////////////////////////////////////////////////////////////////////// - - @Inject - public TradePM(TradeModel model) { - super(model); - } - - - /////////////////////////////////////////////////////////////////////////////////////////// - // Getters - /////////////////////////////////////////////////////////////////////////////////////////// - - public OrderBookInfo getOrderBookInfo() { - return model.getOrderBookInfo(); - } -} diff --git a/src/main/java/io/bitsquare/gui/main/trade/orderbook/OrderBookView.fxml b/src/main/java/io/bitsquare/gui/main/trade/orderbook/OrderBookView.fxml index 3b2ffdf1d3..075f85811e 100644 --- a/src/main/java/io/bitsquare/gui/main/trade/orderbook/OrderBookView.fxml +++ b/src/main/java/io/bitsquare/gui/main/trade/orderbook/OrderBookView.fxml @@ -127,9 +127,10 @@ - + - +