Merge pull request #364 from svost/c++11
[novacoin.git] / src / qt / rpcconsole.h
index aa8c8f3..06487b2 100644 (file)
@@ -54,7 +54,7 @@ public slots:
     /** Set number of connections shown in the UI */
     void setNumConnections(int count);
     /** Set number of blocks shown in the UI */
-    void setNumBlocks(int count, int countOfPeers);
+    void setNumBlocks(int count);
     /** Go forward or back in history */
     void browseHistory(int offset);
     /** Scroll console view to end */