diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-06-28 18:27:49 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-06-28 18:27:49 +0200 |
commit | a7897c02f790cd487874f09bc7b4ec31c17968ee (patch) | |
tree | ecf4d1494f6c642818f7a52f21739cd610e1d1e9 /src/qt/clientmodel.cpp | |
parent | 3685e0c1da296be533fef4abcf1b1734ed7d85e7 (diff) |
qt: Remove client name from debug window
Remove the client name from the debug window in the GUI. It is already
part of the user agent, so adding it separately doesn't add anything.
Diffstat (limited to 'src/qt/clientmodel.cpp')
-rw-r--r-- | src/qt/clientmodel.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/qt/clientmodel.cpp b/src/qt/clientmodel.cpp index 108500654b..14661b857a 100644 --- a/src/qt/clientmodel.cpp +++ b/src/qt/clientmodel.cpp @@ -179,11 +179,6 @@ bool ClientModel::isReleaseVersion() const return CLIENT_VERSION_IS_RELEASE; } -QString ClientModel::clientName() const -{ - return QString::fromStdString(CLIENT_NAME); -} - QString ClientModel::formatClientStartupTime() const { return QDateTime::fromTime_t(nClientStartupTime).toString(); |