X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fqt%2Fbitcoingui.h;h=a0905e44ad95b6a90db6eb37b6bafa90d47f6eb7;hb=815a3605c1042b8ac2fa02b8e34041ab8611beed;hp=48eac2aa33bc6edd9876a8583e655076c365e600;hpb=fb811c31fd28d1d637a50f784af620d085fa32d4;p=novacoin.git diff --git a/src/qt/bitcoingui.h b/src/qt/bitcoingui.h index 48eac2a..a0905e4 100644 --- a/src/qt/bitcoingui.h +++ b/src/qt/bitcoingui.h @@ -57,8 +57,6 @@ private: QStackedWidget *centralWidget; - QWidget *dummyWidget; - OverviewPage *overviewPage; QWidget *transactionsPage; AddressBookPage *addressBookPage; @@ -126,8 +124,6 @@ public slots: */ void askFee(qint64 nFeeRequired, bool *payFee); - void showNormal(); - private slots: /** Switch to overview (home) page */ void gotoOverviewPage();