Remove obsolete function declarations.

This commit is contained in:
peterv%propagandism.org 2005-01-17 16:45:37 +00:00
Родитель 3dc954551b
Коммит 98904d1ec9
1 изменённых файлов: 0 добавлений и 20 удалений

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

@ -536,26 +536,6 @@ public:
const nsAString& aLocalName,
PRBool* aReturn);
// Generic DOMNode implementations
/**
* Generic implementation of InsertBefore to be called by subclasses
* @see nsIDOMNode::InsertBefore
*/
static nsresult doInsertBefore(nsIContent *aElement, nsIDOMNode* aNewChild,
nsIDOMNode* aRefChild, nsIDOMNode** aReturn);
/**
* Generic implementation of ReplaceChild to be called by subclasses
* @see nsIDOMNode::ReplaceChild
*/
static nsresult doReplaceChild(nsIContent *aElement, nsIDOMNode* aNewChild,
nsIDOMNode* aOldChild, nsIDOMNode** aReturn);
/**
* Generic implementation of RemoveChild to be called by subclasses
* @see nsIDOMNode::RemoveChild
*/
static nsresult doRemoveChild(nsIContent *aElement, nsIDOMNode* aOldChild,
nsIDOMNode** aReturn);
//----------------------------------------
/**