Merge branch '0.5.0.x' into 0.5.x
[novacoin.git] / src / qt / bitcoingui.h
index 48eac2a..a0905e4 100644 (file)
@@ -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();