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.h | |
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.h')
-rw-r--r-- | src/qt/clientmodel.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qt/clientmodel.h b/src/qt/clientmodel.h index 4396804319..99fd574b9e 100644 --- a/src/qt/clientmodel.h +++ b/src/qt/clientmodel.h @@ -73,7 +73,6 @@ public: QString formatFullVersion() const; QString formatSubVersion() const; bool isReleaseVersion() const; - QString clientName() const; QString formatClientStartupTime() const; QString dataDir() const; |