Fix debug compile failure

This commit is contained in:
elasota
2020-06-20 02:09:32 -04:00
parent 343a8a0f04
commit c204b5ef7f

View File

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