From c204b5ef7fe64741348c05c788dd136f82996f91 Mon Sep 17 00:00:00 2001 From: elasota Date: Sat, 20 Jun 2020 02:09:32 -0400 Subject: [PATCH] Fix debug compile failure --- PortabilityLayer/QDPort.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/PortabilityLayer/QDPort.cpp b/PortabilityLayer/QDPort.cpp index dde873a..4f98bee 100644 --- a/PortabilityLayer/QDPort.cpp +++ b/PortabilityLayer/QDPort.cpp @@ -33,11 +33,6 @@ namespace PortabilityLayer QDPort::~QDPort() { -#if GP_DEBUG_CONFIG - // Detach the port BEFORE destroying it!! - assert(&PortabilityLayer::QDManager::GetInstance()->GetPort()->m_port != this); -#endif - DisposePixMap(); }