mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 14:53:52 +00:00
Fix debug compile failure
This commit is contained in:
@@ -33,11 +33,6 @@ namespace PortabilityLayer
|
|||||||
|
|
||||||
QDPort::~QDPort()
|
QDPort::~QDPort()
|
||||||
{
|
{
|
||||||
#if GP_DEBUG_CONFIG
|
|
||||||
// Detach the port BEFORE destroying it!!
|
|
||||||
assert(&PortabilityLayer::QDManager::GetInstance()->GetPort()->m_port != this);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
DisposePixMap();
|
DisposePixMap();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user