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.h | |
| 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.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 db010f05c..109f95a2a 100644 --- a/src/qt/clientmodel.h +++ b/src/qt/clientmodel.h @@ -72,7 +72,6 @@ public: QString formatFullVersion() const; QString formatSubVersion() const; - QString formatBuildDate() const; bool isReleaseVersion() const; QString clientName() const; QString formatClientStartupTime() const; |