diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2021-07-03 14:25:15 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2021-07-03 14:28:37 -0700 |
commit | 50ef42d5809184a645fc8b892b9cc69e908a5cc2 (patch) | |
tree | 703bfd4cd32d86b07cb2b2fe6ed1c11d138da808 /desktop-widgets | |
parent | 827e3f8ecc176ab1abecfdba3874c010490d34f2 (diff) | |
download | subsurface-50ef42d5809184a645fc8b892b9cc69e908a5cc2.tar.gz |
cleanup: remove long obsolete code
We have stopped playing with beta versions many many years ago.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'desktop-widgets')
-rw-r--r-- | desktop-widgets/about.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/desktop-widgets/about.cpp b/desktop-widgets/about.cpp index 9ceed2177..58f376444 100644 --- a/desktop-widgets/about.cpp +++ b/desktop-widgets/about.cpp @@ -11,11 +11,6 @@ SubsurfaceAbout::SubsurfaceAbout(QWidget *parent) : QDialog(parent, QFlag(0)) setWindowModality(Qt::ApplicationModal); QString versionString(subsurface_git_version()); - QStringList readableVersions = QStringList() << "4.5.95" << "4.6 Beta 0" << - "4.5.96" << "4.6 Beta 1" << - "4.5.97" << "4.6 Beta 2"; - if (readableVersions.contains(versionString)) - versionString = readableVersions[readableVersions.indexOf(versionString) + 1]; ui.aboutLabel->setText(tr("<span style='font-size: 18pt; font-weight: bold;'>" "Subsurface %1 </span><br><br>" |