From 825e2488a6498acff91d4d3f8b4c590fa224cbe1 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sat, 20 Dec 2003 19:32:36 +0000 Subject: Get rid of about:options. 2003-12-20 Christian Persch * embed/mozilla/EphyAboutRedirector.cpp: Get rid of about:options. --- embed/mozilla/EphyAboutRedirector.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'embed') diff --git a/embed/mozilla/EphyAboutRedirector.cpp b/embed/mozilla/EphyAboutRedirector.cpp index 6cae8369d..7a240d92b 100644 --- a/embed/mozilla/EphyAboutRedirector.cpp +++ b/embed/mozilla/EphyAboutRedirector.cpp @@ -58,7 +58,6 @@ struct RedirEntry { static RedirEntry kRedirMap[] = { { "epiphany", "file://" SHARE_DIR "/epiphany.xhtml" }, { "conspiracy", "file://" SHARE_DIR "/conspiracy.xhtml" }, - { "options", "http://epiphany.mozdev.org/about/options.html" }, { "marco", "http://mpgritti.oltrelinux.com" } }; static const int kRedirTotal = sizeof(kRedirMap)/sizeof(*kRedirMap); -- cgit v1.2.3