From a87253942d3019c1937e07518c374e832f3db01a Mon Sep 17 00:00:00 2001 From: Jeroen Bakker Date: Fri, 12 Nov 2021 09:38:25 +0100 Subject: Cleanup: Remove `GHOST_isUpsideDownContext`. GHOST API only has a header definition. No implementation or usage. --- intern/ghost/GHOST_C-api.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'intern') diff --git a/intern/ghost/GHOST_C-api.h b/intern/ghost/GHOST_C-api.h index 784febe8581..98094cc0669 100644 --- a/intern/ghost/GHOST_C-api.h +++ b/intern/ghost/GHOST_C-api.h @@ -728,13 +728,6 @@ extern GHOST_TSuccess GHOST_ReleaseOpenGLContext(GHOST_ContextHandle contexthand */ extern unsigned int GHOST_GetContextDefaultOpenGLFramebuffer(GHOST_ContextHandle contexthandle); -/** - * Returns whether a context is rendered upside down compared to OpenGL. This only needs to be - * called if there's a non-OpenGL context, which is really the exception. - * So generally, this does not need to be called. - */ -extern int GHOST_isUpsideDownContext(GHOST_ContextHandle contexthandle); - /** * Get the OpenGL frame-buffer handle that serves as a default frame-buffer. */ -- cgit v1.2.3