Skip to content

Commit

Permalink
[Qt] remove unused formatBuildDate method
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasschnelli committed Mar 24, 2016
1 parent 4856f1d commit fc737d1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions src/qt/clientmodel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 0 additions & 1 deletion src/qt/clientmodel.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ class ClientModel : public QObject

QString formatFullVersion() const;
QString formatSubVersion() const;
QString formatBuildDate() const;
bool isReleaseVersion() const;
QString clientName() const;
QString formatClientStartupTime() const;
Expand Down

0 comments on commit fc737d1

Please sign in to comment.