diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-11-27 20:54:05 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-11-28 09:55:03 +0000 |
commit | 963fd1696cb3563ed434a0af8b13d99145e43073 (patch) | |
tree | 1c2bde4c2b259d056162e87d4f4f548186a0ad31 /rsc | |
parent | 6f33482f8f4329b6c9874397bdb67c1b958b69c2 (diff) |
callcatcher: remove unused methods
Diffstat (limited to 'rsc')
-rw-r--r-- | rsc/inc/rsctree.hxx | 2 | ||||
-rw-r--r-- | rsc/source/tools/rsctree.cxx | 6 |
2 files changed, 0 insertions, 8 deletions
diff --git a/rsc/inc/rsctree.hxx b/rsc/inc/rsctree.hxx index 0ff82212bbbf..8f94b509615d 100644 --- a/rsc/inc/rsctree.hxx +++ b/rsc/inc/rsctree.hxx @@ -79,8 +79,6 @@ public: // return ist neue Root NameNode* Remove( NameNode * ); void OrderTree(); - sal_Bool IsOrderTree() const; - }; /*************************************************************************/ diff --git a/rsc/source/tools/rsctree.cxx b/rsc/source/tools/rsctree.cxx index b714ecb3aa52..3c9846d09a8a 100644 --- a/rsc/source/tools/rsctree.cxx +++ b/rsc/source/tools/rsctree.cxx @@ -381,12 +381,6 @@ IMPL_LINK_INLINE_START( OrderCtrl, CallBackFunc, NameNode *, pNext ) } IMPL_LINK_INLINE_END( OrderCtrl, CallBackFunc, NameNode *, pNext ) -sal_Bool NameNode::IsOrderTree() const{ - OrderCtrl aOrder; - - return aOrder.IsOrder( this ); -} - /****************** I d N o d e ******************************************/ /************************************************************************* |* |