diff options
author | Noel Grandin <noel@peralex.com> | 2015-10-29 12:40:04 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-10-30 05:58:41 +0000 |
commit | c7e8f21a538c409abe70b90d7bba38386e90a876 (patch) | |
tree | c5d1e79d88c5728c29fa49106b0e7c40e0f5f01d /configmgr | |
parent | efbde08e2a9930edb4637824d9d3a768873314a8 (diff) |
loplugin:unusedmethods
Change-Id: Id3b5cd75d4357336ed592ef11a3f34d209f8e95f
Reviewed-on: https://gerrit.libreoffice.org/19636
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'configmgr')
-rw-r--r-- | configmgr/source/modifications.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configmgr/source/modifications.hxx b/configmgr/source/modifications.hxx index dc97fd3bee07..dde84522edc4 100644 --- a/configmgr/source/modifications.hxx +++ b/configmgr/source/modifications.hxx @@ -45,8 +45,6 @@ public: void remove(Path const & path); - void clear() { root_.children.clear(); } - bool empty() const { return root_.children.empty(); } Node const & getRoot() const { return root_;} |