summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Present.h
diff options
context:
space:
mode:
authorScott Mansell <phiren@gmail.com>2023-01-28 23:33:01 +1300
committerScott Mansell <phiren@gmail.com>2023-01-31 19:41:24 +1300
commitb007b8e104fbf57bc5d92bc94ca7eb997edc6332 (patch)
tree1361feb81db38314e6adff290055718173ef7db9 /Source/Core/VideoCommon/Present.h
parent18c799f0b6291df2a994489ebcd34d3dfa290ff3 (diff)
Replace BeginUI/EndUI
Diffstat (limited to 'Source/Core/VideoCommon/Present.h')
-rw-r--r--Source/Core/VideoCommon/Present.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/Core/VideoCommon/Present.h b/Source/Core/VideoCommon/Present.h
index 3b99c3207d..507c5ee424 100644
--- a/Source/Core/VideoCommon/Present.h
+++ b/Source/Core/VideoCommon/Present.h
@@ -40,11 +40,6 @@ public:
void CheckForConfigChanges(u32 changed_bits);
- // Begins/presents a "UI frame". UI frames do not draw any of the console XFB, but this could
- // change in the future.
- void BeginUIFrame();
- void EndUIFrame();
-
// Display resolution
int GetBackbufferWidth() const { return m_backbuffer_width; }
int GetBackbufferHeight() const { return m_backbuffer_height; }