summaryrefslogtreecommitdiff
path: root/l10ntools/inc
diff options
context:
space:
mode:
authorSantiago Martinez <smvarela@gmail.com>2012-03-27 21:16:50 +0200
committerCaolán McNamara <caolanm@redhat.com>2012-03-27 20:49:07 +0100
commita84e97e58fe0915376801f98e1c0d24470f1e1d3 (patch)
treea2d3c31dfed182d21546dfa5c31e01909c6dc4d1 /l10ntools/inc
parentbfa1547570add919754cba82d0ca1062eabfb6dd (diff)
Remove unused code in l10ntools.
Diffstat (limited to 'l10ntools/inc')
-rw-r--r--l10ntools/inc/xmlparse.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/l10ntools/inc/xmlparse.hxx b/l10ntools/inc/xmlparse.hxx
index cd9bc2ba50fd..0731a9f453e8 100644
--- a/l10ntools/inc/xmlparse.hxx
+++ b/l10ntools/inc/xmlparse.hxx
@@ -169,13 +169,7 @@ public:
XMLChildNode *pChild , size_t pos /// the new child
);
- int RemoveChild( XMLElement *pRefElement );
void RemoveAndDeleteAllChildren();
-
- /// returns a child element which matches the given one
- XMLElement *GetChildElement(
- XMLElement *pRefElement // the reference elelement
- );
};
//-------------------------------------------------------------------------