diff options
author | Jonas Schnelli <dev@jonasschnelli.ch> | 2016-03-24 21:48:45 +0100 |
---|---|---|
committer | Jonas Schnelli <dev@jonasschnelli.ch> | 2016-03-24 21:48:45 +0100 |
commit | fc737d127fb53dbfd31d3d677e157b27f17d5b09 (patch) | |
tree | cbd593da4092d2fc8466c54e603391bd2b7170d4 /src/qt/clientmodel.h | |
parent | 4856f1d6712cdb2eac8712e379fd1e351583d78f (diff) |
[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 db010f05cb..109f95a2a7 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; |