From bcd103a8693dea6b190359c3b8ecf4f68c12d600 Mon Sep 17 00:00:00 2001 From: Klaus Basan Date: Mon, 9 Oct 2017 01:21:15 +0200 Subject: [PATCH] Ref T169, removed function which was not implemented --- src/blackconfig/buildconfig.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/blackconfig/buildconfig.h b/src/blackconfig/buildconfig.h index d1c37efb7..cc3fafd92 100644 --- a/src/blackconfig/buildconfig.h +++ b/src/blackconfig/buildconfig.h @@ -119,9 +119,6 @@ namespace BlackConfig //! Returns SHA-1 of git HEAD at build time static const QString &gitHeadSha1(); - //! Version info 3 segments e.g. 0.8.3 - static const QString &versionMajorMinorPatch(); // defined in buildconfig_gen.cpp.in - //! Build timestamp static const QDateTime &buildTimestamp();