summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Present.h
diff options
context:
space:
mode:
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; }