Video backends: remove dead code.

This commit is contained in:
magumagu
2014-06-01 01:56:09 -07:00
parent 31eedb2f79
commit 0aecd9504e
8 changed files with 2 additions and 109 deletions

View File

@ -43,9 +43,7 @@ class VideoSoftware : public VideoBackend
void Video_SetRendering(bool bEnabled) override;
void Video_GatherPipeBursted() override;
bool Video_IsHiWatermarkActive() override;
bool Video_IsPossibleWaitingSetDrawDone() override;
void Video_AbortFrame() override;
void RegisterCPMMIO(MMIO::Mapping* mmio, u32 base) override;