From 0d7932327bf221b5132f0c84b25c67deb4cd904b Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 11 Jan 2012 22:30:39 +0000 Subject: callcatcher: ditch unused childat --- xmlsecurity/source/framework/buffernode.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'xmlsecurity/source/framework/buffernode.hxx') diff --git a/xmlsecurity/source/framework/buffernode.hxx b/xmlsecurity/source/framework/buffernode.hxx index bdece77655fd..7744a2dc3a7d 100644 --- a/xmlsecurity/source/framework/buffernode.hxx +++ b/xmlsecurity/source/framework/buffernode.hxx @@ -114,7 +114,6 @@ public: void addChild(const BufferNode* pChild); void removeChild(const BufferNode* pChild); sal_Int32 indexOfChild(const BufferNode* pChild) const; - const BufferNode* childAt(sal_Int32 nIndex) const; const BufferNode* getParent() const; void setParent(const BufferNode* pParent); const BufferNode* getNextSibling() const; -- cgit