From 0aecd9504e8ccbf52b89032be9d15b25ff14543d Mon Sep 17 00:00:00 2001 From: magumagu Date: Sun, 1 Jun 2014 01:56:09 -0700 Subject: Video backends: remove dead code. --- Source/Core/VideoBackends/Software/SWmain.cpp | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'Source/Core/VideoBackends/Software/SWmain.cpp') diff --git a/Source/Core/VideoBackends/Software/SWmain.cpp b/Source/Core/VideoBackends/Software/SWmain.cpp index 318c69f365..08c955abdb 100644 --- a/Source/Core/VideoBackends/Software/SWmain.cpp +++ b/Source/Core/VideoBackends/Software/SWmain.cpp @@ -362,16 +362,6 @@ bool VideoSoftware::Video_IsPossibleWaitingSetDrawDone(void) return false; } -bool VideoSoftware::Video_IsHiWatermarkActive(void) -{ - return false; -} - - -void VideoSoftware::Video_AbortFrame(void) -{ -} - void VideoSoftware::RegisterCPMMIO(MMIO::Mapping* mmio, u32 base) { SWCommandProcessor::RegisterMMIO(mmio, base); -- cgit v1.2.3