summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-10-14 12:26:08 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-10-15 12:53:17 +0200
commitbb234655bfdd60c64a0511918f835c3cfbde789a (patch)
tree97466bbfcf32cfc6117efe8118df71858894dfda /svx
parent7f5fd9d9ebffa692ba670f01f8f833657bb7745f (diff)
loplugin:unusedmethods
Change-Id: I0226d33cbe224519cf2ed9ea5143ffe68fdbc884 Reviewed-on: https://gerrit.libreoffice.org/61775 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx')
-rw-r--r--svx/source/svdraw/svdundo.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/svx/source/svdraw/svdundo.cxx b/svx/source/svdraw/svdundo.cxx
index 3f92e07baa7d..107bd1a0ad05 100644
--- a/svx/source/svdraw/svdundo.cxx
+++ b/svx/source/svdraw/svdundo.cxx
@@ -117,11 +117,6 @@ SdrUndoGroup::~SdrUndoGroup()
{
}
-void SdrUndoGroup::Clear()
-{
- maActions.clear();
-}
-
void SdrUndoGroup::AddAction(std::unique_ptr<SdrUndoAction> pAct)
{
maActions.push_back(std::move(pAct));