diff options
| author | Tony Wasserka <neobrainx@gmail.com> | 2014-06-13 22:38:22 +0200 |
|---|---|---|
| committer | Tony Wasserka <neobrainx@gmail.com> | 2014-06-13 22:38:22 +0200 |
| commit | d7736ac7144ae5a16f2a60fd02523040ee8e0ea3 (patch) | |
| tree | fb700197b5ecaca3954df1bea02acfab697e58bd /Source/Core/VideoBackends/Software/SWmain.cpp | |
| parent | 2f6e559978908a4906523d685d1c7ac4869a6943 (diff) | |
| parent | 0aecd9504e8ccbf52b89032be9d15b25ff14543d (diff) | |
Merge pull request #445 from magumagu/video-dead-code
Video backends: remove dead code.
Diffstat (limited to 'Source/Core/VideoBackends/Software/SWmain.cpp')
| -rw-r--r-- | Source/Core/VideoBackends/Software/SWmain.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
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); |
