summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander V. Wolf <alex.v.wolf@gmail.com>2022-03-17 02:03:55 +0700
committerAlexander V. Wolf <alex.v.wolf@gmail.com>2022-03-17 02:03:55 +0700
commit889b99c96307acb29030c7ca8c98687c184e36b7 (patch)
tree556d9e0aefb511ce41271a7cd648cd98b9c06eef
parentb26451fc979d727244480cd299240cc0181ae791 (diff)
Removed outdated comment
-rw-r--r--src/gui/ConfigurationDialog.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/ConfigurationDialog.cpp b/src/gui/ConfigurationDialog.cpp
index 9c7d9fee0c..74158c3783 100644
--- a/src/gui/ConfigurationDialog.cpp
+++ b/src/gui/ConfigurationDialog.cpp
@@ -1866,7 +1866,6 @@ void ConfigurationDialog::populateDeltaTAlgorithmsList()
algorithms->addItem(q_("Montenbruck & Pfleger (2000)"), "MontenbruckPfleger");
algorithms->addItem(q_("Reingold & Dershowitz (2002, 2007, 2018)"), "ReingoldDershowitz");
algorithms->addItem(q_("Morrison & Stephenson (2004, 2005)"), "MorrisonStephenson2004");
- // Espenak & Meeus (2006)
algorithms->addItem(q_("Espenak & Meeus (2006)"), "EspenakMeeus");
// GZ: I want to try out some things. Something is still wrong with eclipses, see lp:1275092.
#ifndef NDEBUG