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;