[Qt] remove unused getNumBlocksAtStartup() from ClientModel

This commit is contained in:
Philip Kaufmann
2015-02-09 11:25:23 +01:00
parent 47ee8cf091
commit deda3e156d
2 changed files with 3 additions and 11 deletions

View File

@@ -48,7 +48,6 @@ public:
//! Return number of connections, default is in- and outbound (total)
int getNumConnections(unsigned int flags = CONNECTIONS_ALL) const;
int getNumBlocks() const;
int getNumBlocksAtStartup();
quint64 getTotalBytesRecv() const;
quint64 getTotalBytesSent() const;
@@ -77,8 +76,6 @@ private:
bool cachedReindexing;
bool cachedImporting;
int numBlocksAtStartup;
QTimer *pollTimer;
void subscribeToCoreSignals();