aboutsummaryrefslogtreecommitdiffstats
path: root/desktop-widgets
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2021-07-03 14:25:15 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2021-07-03 14:28:37 -0700
commit50ef42d5809184a645fc8b892b9cc69e908a5cc2 (patch)
tree703bfd4cd32d86b07cb2b2fe6ed1c11d138da808 /desktop-widgets
parent827e3f8ecc176ab1abecfdba3874c010490d34f2 (diff)
downloadsubsurface-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.cpp5
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>"