mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 14:53:52 +00:00
Finish removing QDState
This commit is contained in:
@@ -102,16 +102,6 @@ namespace PortabilityLayer
|
||||
return m_pixMap.ImplicitCast<PixMap>();
|
||||
}
|
||||
|
||||
const QDState *QDPort::GetState() const
|
||||
{
|
||||
return &m_state;
|
||||
}
|
||||
|
||||
QDState *QDPort::GetState()
|
||||
{
|
||||
return &m_state;
|
||||
}
|
||||
|
||||
GpPixelFormat_t QDPort::GetPixelFormat() const
|
||||
{
|
||||
return m_pixelFormat;
|
||||
|
Reference in New Issue
Block a user