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(); }