diff --git a/classes/dlg.php b/classes/dlg.php
index 93c1c4c51..f62a42b4d 100644
--- a/classes/dlg.php
+++ b/classes/dlg.php
@@ -35,37 +35,6 @@ class Dlg extends Handler_Protected {
//return;
}
- function explainError() {
- print "
";
-
- if ($this->param == 1) {
- print __("Update daemon is enabled in configuration, but daemon process is not running, which prevents all feeds from updating. Please start the daemon process or contact instance owner.");
-
- $stamp = (int) file_get_contents(LOCK_DIRECTORY . "/update_daemon.stamp");
-
- print "
" . __("Last update:") . " " . date("Y.m.d, G:i", $stamp);
-
- }
-
- if ($this->param == 3) {
- print __("Update daemon is taking too long to perform a feed update. This could indicate a problem like crash or a hang. Please check the daemon process or contact instance owner.");
-
- $stamp = (int) file_get_contents(LOCK_DIRECTORY . "/update_daemon.stamp");
-
- print "