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/VideoCommon/MainBase.cpp | |
| parent | 31eedb2f79318002a4772087f96eb034f94787a1 (diff) | |
Video backends: remove dead code.
Diffstat (limited to 'Source/Core/VideoCommon/MainBase.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/MainBase.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Source/Core/VideoCommon/MainBase.cpp b/Source/Core/VideoCommon/MainBase.cpp index b6fec113ed..f3c916e047 100644 --- a/Source/Core/VideoCommon/MainBase.cpp +++ b/Source/Core/VideoCommon/MainBase.cpp @@ -302,16 +302,6 @@ bool VideoBackendHardware::Video_IsPossibleWaitingSetDrawDone() return CommandProcessor::isPossibleWaitingSetDrawDone; } -bool VideoBackendHardware::Video_IsHiWatermarkActive() -{ - return CommandProcessor::isHiWatermarkActive; -} - -void VideoBackendHardware::Video_AbortFrame() -{ - CommandProcessor::AbortFrame(); -} - void VideoBackendHardware::RegisterCPMMIO(MMIO::Mapping* mmio, u32 base) { CommandProcessor::RegisterMMIO(mmio, base); |
