diff --git a/classes/dlg.php b/classes/dlg.php
index 55f6ea726..f40348464 100644
--- a/classes/dlg.php
+++ b/classes/dlg.php
@@ -1013,37 +1013,6 @@ class Dlg extends Protected_Handler {
}
- function about() {
- print "
";
- print " ";
- print " | ";
- print "";
-
- print "Tiny Riny RSS
- Version ".VERSION."
- Copyright © 2005-".date('Y')."
- Andrew Dolgov
- and other contributors.
- Licensed under GNU GPL version 2. ";
-
- print "
- Official site —
-
- Support the project. ";
-
- print " |
";
- print "
";
-
- print "";
- print "";
- print "
";
- }
-
function addInstance() {
print "";
print "";
diff --git a/index.php b/index.php
index 25e3a5cb4..3096cd2cd 100644
--- a/index.php
+++ b/index.php
@@ -179,7 +179,6 @@
-
diff --git a/js/tt-rss.js b/js/tt-rss.js
index 23349db63..0c6ae14e8 100644
--- a/js/tt-rss.js
+++ b/js/tt-rss.js
@@ -436,16 +436,6 @@ function quickMenuGo(opid) {
} });
}
- if (opid == "qmcAbout") {
- dialog = new dijit.Dialog({
- title: __("About..."),
- style: "width: 400px",
- href: "backend.php?op=dlg&method=about",
- });
-
- dialog.show();
- }
-
} catch (e) {
exception_error("quickMenuGo", e);
}