summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/framework/buffernode.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-01-11 22:30:39 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-01-12 10:47:09 +0000
commit0d7932327bf221b5132f0c84b25c67deb4cd904b (patch)
tree10d5f655522593187a44a16ce100f202b2ca97fd /xmlsecurity/source/framework/buffernode.hxx
parent4f00cdfec54a574e25f47dab2f65b299ea64ec73 (diff)
callcatcher: ditch unused childat
Diffstat (limited to 'xmlsecurity/source/framework/buffernode.hxx')
-rw-r--r--xmlsecurity/source/framework/buffernode.hxx1
1 files changed, 0 insertions, 1 deletions
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;