diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-01-27 16:12:44 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-01-27 20:48:19 +0000 |
commit | 15a2a39ce621dc78449f28301beee895e67aa64f (patch) | |
tree | 2d73f2a2119d50597b61c4a34049118249957fd1 /vcl/source | |
parent | 9aebc26c9b0aa85acdd8429d16c996f359de3062 (diff) |
everything ImplClear clears is managed by their dtors anyway
Change-Id: Icafd4a4915d2fb3159b50409e5fc443c58d43d57
Diffstat (limited to 'vcl/source')
-rw-r--r-- | vcl/source/gdi/impgraph.cxx | 1 |
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 ) |