Bug 276008: fix Help Viewer bustage by removing the unused const XML. rs=Neil

This commit is contained in:
steffen.wilberg%web.de 2004-12-26 18:23:41 +00:00
Родитель 02f6df0249
Коммит 0c14374a86
2 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

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

Просмотреть файл

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