summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-01-27 16:12:44 +0000
committerCaolán McNamara <caolanm@redhat.com>2017-01-27 20:48:19 +0000
commit15a2a39ce621dc78449f28301beee895e67aa64f (patch)
tree2d73f2a2119d50597b61c4a34049118249957fd1
parent9aebc26c9b0aa85acdd8429d16c996f359de3062 (diff)
everything ImplClear clears is managed by their dtors anyway
Change-Id: Icafd4a4915d2fb3159b50409e5fc443c58d43d57
-rw-r--r--vcl/source/gdi/impgraph.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/source/gdi/impgraph.cxx b/vcl/source/gdi/impgraph.cxx
index 7425678f0fa4..0b03cee50785 100644
--- a/vcl/source/gdi/impgraph.cxx
+++ b/vcl/source/gdi/impgraph.cxx
@@ -176,7 +176,6 @@ ImpGraphic::ImpGraphic( const GDIMetaFile& rMtf ) :
ImpGraphic::~ImpGraphic()
{
- ImplClear();
}
ImpGraphic& ImpGraphic::operator=( const ImpGraphic& rImpGraphic )