aboutsummaryrefslogtreecommitdiff
path: root/xbmc/windowing/osx/WinSystemOSX.mm
diff options
context:
space:
mode:
Diffstat (limited to 'xbmc/windowing/osx/WinSystemOSX.mm')
-rw-r--r--xbmc/windowing/osx/WinSystemOSX.mm12
1 files changed, 0 insertions, 12 deletions
diff --git a/xbmc/windowing/osx/WinSystemOSX.mm b/xbmc/windowing/osx/WinSystemOSX.mm
index 04a0670a17..007fc14be3 100644
--- a/xbmc/windowing/osx/WinSystemOSX.mm
+++ b/xbmc/windowing/osx/WinSystemOSX.mm
@@ -1304,18 +1304,6 @@ CGLContextObj CWinSystemOSX::GetCGLContextObj()
return cglcontex;
}
-CGraphicContext& CWinSystemOSX::GetGfxContext() const
-{
- if (m_glView && [m_glView glContextOwned])
- {
- dispatch_sync(dispatch_get_main_queue(), ^{
- [m_glView NotifyContext];
- });
- }
-
- return CWinSystemBase::GetGfxContext();
-}
-
bool CWinSystemOSX::FlushBuffer()
{
if (m_appWindow)