after 11 years it's time to forget about that to-do
This commit is contained in:
parent
277ab34a56
commit
d7cc971755
1 changed files with 0 additions and 6 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue