diff options
| author | Jonas Schnelli <[email protected]> | 2016-03-24 21:48:45 +0100 |
|---|---|---|
| committer | Jonas Schnelli <[email protected]> | 2016-03-24 21:48:45 +0100 |
| commit | fc737d127fb53dbfd31d3d677e157b27f17d5b09 (patch) | |
| tree | cbd593da4092d2fc8466c54e603391bd2b7170d4 /src/qt/clientmodel.cpp | |
| parent | [Qt] Debug window: replace "Build date" with "Datadir" (diff) | |
| download | discoin-fc737d127fb53dbfd31d3d677e157b27f17d5b09.tar.xz discoin-fc737d127fb53dbfd31d3d677e157b27f17d5b09.zip | |
[Qt] remove unused formatBuildDate method
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 65637cd61..697736cc8 100644 --- a/src/qt/clientmodel.cpp +++ b/src/qt/clientmodel.cpp @@ -173,11 +173,6 @@ QString ClientModel::formatSubVersion() const return QString::fromStdString(strSubVersion); } -QString ClientModel::formatBuildDate() const -{ - return QString::fromStdString(CLIENT_DATE); -} - bool ClientModel::isReleaseVersion() const { return CLIENT_VERSION_IS_RELEASE; |