diff options
| author | magumagu <magumagu9@gmail.com> | 2014-06-01 01:56:09 -0700 |
|---|---|---|
| committer | magumagu <magumagu9@gmail.com> | 2014-06-01 01:56:09 -0700 |
| commit | 0aecd9504e8ccbf52b89032be9d15b25ff14543d (patch) | |
| tree | 3ce101b78355d1b3e45bfda58497aab5f1882b30 /Source/Core/VideoBackends/Software/SWmain.cpp | |
| parent | 31eedb2f79318002a4772087f96eb034f94787a1 (diff) | |
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); |
