mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 20:19:38 +00:00
Finish removing QDState
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
#include "PLCore.h"
|
||||
#include "PLQDOffscreen.h"
|
||||
#include "QDGraf.h"
|
||||
#include "QDState.h"
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
@@ -20,7 +19,6 @@ namespace PortabilityLayer
|
||||
void SetPort(DrawSurface *gw) override;
|
||||
PLError_t NewGWorld(DrawSurface **gw, GpPixelFormat_t pixelFormat, const Rect &bounds, ColorTable **colorTable) override;
|
||||
void DisposeGWorld(DrawSurface *gw) override;
|
||||
QDState *GetState() override;
|
||||
|
||||
static QDManagerImpl *GetInstance();
|
||||
|
||||
@@ -81,11 +79,6 @@ namespace PortabilityLayer
|
||||
MemoryManager::GetInstance()->Release(gw);
|
||||
}
|
||||
|
||||
QDState *QDManagerImpl::GetState()
|
||||
{
|
||||
return m_port->m_port.GetState();
|
||||
}
|
||||
|
||||
QDManagerImpl *QDManagerImpl::GetInstance()
|
||||
{
|
||||
return &ms_instance;
|
||||
|
||||
Reference in New Issue
Block a user