summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Software/SWmain.cpp
diff options
context:
space:
mode:
authormagumagu <magumagu9@gmail.com>2014-06-01 01:56:09 -0700
committermagumagu <magumagu9@gmail.com>2014-06-01 01:56:09 -0700
commit0aecd9504e8ccbf52b89032be9d15b25ff14543d (patch)
tree3ce101b78355d1b3e45bfda58497aab5f1882b30 /Source/Core/VideoBackends/Software/SWmain.cpp
parent31eedb2f79318002a4772087f96eb034f94787a1 (diff)
Video backends: remove dead code.
Diffstat (limited to 'Source/Core/VideoBackends/Software/SWmain.cpp')
-rw-r--r--Source/Core/VideoBackends/Software/SWmain.cpp10
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);