From 15a2a39ce621dc78449f28301beee895e67aa64f Mon Sep 17 00:00:00 2001
From: Caolán McNamara <caolanm@redhat.com>
Date: Fri, 27 Jan 2017 16:12:44 +0000
Subject: everything ImplClear clears is managed by their dtors anyway

Change-Id: Icafd4a4915d2fb3159b50409e5fc443c58d43d57
---
 vcl/source/gdi/impgraph.cxx | 1 -
 1 file changed, 1 deletion(-)

(limited to 'vcl/source')

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 )
-- 
cgit