From 8e4aa35ffbcaa0e0a3eceaa500193b0f97d957ab Mon Sep 17 00:00:00 2001 From: Aaron Golliver Date: Sat, 14 Oct 2017 16:06:21 -0700 Subject: move human-readable byte formatting to guiutil --- src/qt/rpcconsole.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/qt/rpcconsole.h') 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 */ -- cgit v1.2.3