everything reset by ImplClear is going to be overwritten anyway

Change-Id: I94de8723a43d177fdf2caf0d8d3e529200d2e718
This commit is contained in:
Caolán McNamara 2017-01-27 16:10:03 +00:00
parent a42e8baed4
commit 00f0694c09

View File

@ -183,8 +183,6 @@ ImpGraphic& ImpGraphic::operator=( const ImpGraphic& rImpGraphic )
{
if( &rImpGraphic != this )
{
ImplClear();
maMetaFile = rImpGraphic.maMetaFile;
meType = rImpGraphic.meType;
mnSizeBytes = rImpGraphic.mnSizeBytes;