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
This commit is contained in:
steffen.wilberg%web.de
2004-12-26 18:23:41 +00:00
parent fe799696f2
commit da4c5f8fa8
2 changed files with 0 additions and 4 deletions

View File

@@ -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

View File

@@ -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;