diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-04-17 23:12:50 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-04-18 13:03:20 +0100 |
commit | d7cc97175512940c6066b285545e455b50113285 (patch) | |
tree | 1cbb5bfd5ffd7d4e970b46b82e877ea7affab64a /toolkit | |
parent | 277ab34a566739a82babc544e5e35f0413ccd0dd (diff) |
after 11 years it's time to forget about that to-do
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/source/awt/vclxdevice.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/toolkit/source/awt/vclxdevice.cxx b/toolkit/source/awt/vclxdevice.cxx index 39c74b10e907..73adaa12cd37 100644 --- a/toolkit/source/awt/vclxdevice.cxx +++ b/toolkit/source/awt/vclxdevice.cxx @@ -59,12 +59,6 @@ VCLXDevice::VCLXDevice() VCLXDevice::~VCLXDevice() { -// Was thought for #88347#, but didn't help, because the interface will not be released -// But would be a good idea anyway, check after 6.0, it's a little bit dangerous now -// if( mpOutputDevice && IsCreatedWithToolkit() ) -// { -// delete mpOutputDevice; -// } } void VCLXDevice::DestroyOutputDevice() |