diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-06-26 20:57:22 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-06-27 16:44:05 +0100 |
commit | f2efc955200a8106110fb3fc0b720d0b901640e1 (patch) | |
tree | 4aaf1485b2252492fb64c1ee35ac544676765219 /l10ntools/inc/xmlparse.hxx | |
parent | 85524805bd730e31c1bfc2fd9e449e10e4e6bae1 (diff) |
callcatcher: remove some unused code
Change-Id: I6b512dd2b33e2c09fad2369bb299120fc35345b0
Diffstat (limited to 'l10ntools/inc/xmlparse.hxx')
-rw-r--r-- | l10ntools/inc/xmlparse.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/l10ntools/inc/xmlparse.hxx b/l10ntools/inc/xmlparse.hxx index eeb86193c0e5..0a70c3d87357 100644 --- a/l10ntools/inc/xmlparse.hxx +++ b/l10ntools/inc/xmlparse.hxx @@ -165,10 +165,6 @@ public: XMLChildNode *pChild /// the new child ); - void AddChild( - XMLChildNode *pChild , size_t pos /// the new child - ); - void RemoveAndDeleteAllChildren(); }; |