From da4c5f8fa86efdc9ae3da1c8fcc3e9d8accd3b5b Mon Sep 17 00:00:00 2001 From: "steffen.wilberg%web.de" Date: Sun, 26 Dec 2004 18:23:41 +0000 Subject: [PATCH] Bug 276008: fix Help Viewer bustage by removing the unused const XML. rs=Neil git-svn-id: svn://10.0.0.236/trunk@167034 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/extensions/help/resources/content/help.js | 2 -- mozilla/toolkit/components/help/content/help.js | 2 -- 2 files changed, 4 deletions(-) diff --git a/mozilla/extensions/help/resources/content/help.js b/mozilla/extensions/help/resources/content/help.js index 7acf1e4bd68..1c3d6fbaf43 100644 --- a/mozilla/extensions/help/resources/content/help.js +++ b/mozilla/extensions/help/resources/content/help.js @@ -52,8 +52,6 @@ var helpGlossaryPanel; // Namespaces const NC = "http://home.netscape.com/NC-rdf#"; -const SN = "rdf:http://www.w3.org/1999/02/22-rdf-syntax-ns#"; -const XML = "http://www.w3.org/XML/1998/namespace#" const MAX_LEVEL = 40; // maximum depth of recursion in search datasources. // Resources diff --git a/mozilla/toolkit/components/help/content/help.js b/mozilla/toolkit/components/help/content/help.js index 17f6b398a9f..d3da8bd40d8 100644 --- a/mozilla/toolkit/components/help/content/help.js +++ b/mozilla/toolkit/components/help/content/help.js @@ -49,8 +49,6 @@ var helpGlossaryPanel; # Namespaces const NC = "http://home.netscape.com/NC-rdf#"; -const SN = "rdf:http://www.w3.org/1999/02/22-rdf-syntax-ns#"; -const XML = "http://www.w3.org/XML/1998/namespace#" const MAX_LEVEL = 40; // maximum depth of recursion in search datasources. const MAX_HISTORY_MENU_ITEMS = 6;