diff options
author | Aaron Golliver <aaron.golliver@gmail.com> | 2017-10-14 16:06:21 -0700 |
---|---|---|
committer | Aaron Golliver <aaron.golliver@gmail.com> | 2017-10-16 20:58:23 -0700 |
commit | 8e4aa35ffbcaa0e0a3eceaa500193b0f97d957ab (patch) | |
tree | b2c98603e3a20d4dedf0c611d3a8589bc182f152 /src/qt/rpcconsole.h | |
parent | 470c730e3fa9d1120dda1de2d433304023c8aa78 (diff) |
move human-readable byte formatting to guiutil
Diffstat (limited to 'src/qt/rpcconsole.h')
-rw-r--r-- | src/qt/rpcconsole.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qt/rpcconsole.h b/src/qt/rpcconsole.h index da06818f87..ad6e84a44a 100644 --- a/src/qt/rpcconsole.h +++ b/src/qt/rpcconsole.h @@ -123,7 +123,6 @@ Q_SIGNALS: void cmdRequest(const QString &command); private: - static QString FormatBytes(quint64 bytes); void startExecutor(); void setTrafficGraphRange(int mins); /** show detailed information on ui about selected node */ |