diff options
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() |