diff options
| author | Wladimir J. van der Laan <[email protected]> | 2016-06-28 18:27:49 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2016-06-28 18:27:49 +0200 |
| commit | a7897c02f790cd487874f09bc7b4ec31c17968ee (patch) | |
| tree | ecf4d1494f6c642818f7a52f21739cd610e1d1e9 /src/qt/clientmodel.h | |
| parent | Merge #8261: The bit field is shown only when status is "started" (diff) | |
| download | discoin-a7897c02f790cd487874f09bc7b4ec31c17968ee.tar.xz discoin-a7897c02f790cd487874f09bc7b4ec31c17968ee.zip | |
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 439680431..99fd574b9 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; |