Kaydet (Commit) 1083e405 authored tarafından Noel Grandin's avatar Noel Grandin

remove unused maShapesVector

Change-Id: I6ce10a74ed9c665ff20d6408fe2f6b31faf46bcc
Reviewed-on: https://gerrit.libreoffice.org/51552Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
üst 9bac7234
......@@ -61,10 +61,6 @@ PageInfo::PageInfo()
PageInfo::~PageInfo()
{
for (auto const& shape : maShapesVector)
{
delete shape;
}
}
......
......@@ -60,12 +60,8 @@ struct PageInfo
sal_uInt16 mnObjectsID;
sal_uInt16 mnForegroundID;
::std::vector<ShapeInfo*>
maShapesVector;
PageInfo();
~PageInfo();
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment