From 09de3eeca8a80a48c243d0ec7eecf0dd79ca9696 Mon Sep 17 00:00:00 2001 From: cinnaboot Date: Sat, 29 Jan 2022 09:10:40 -0500 Subject: [PATCH] remove duplicate initGLContext declaration --- src/tangerine.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/tangerine.cpp b/src/tangerine.cpp index 567e254..dbafd91 100644 --- a/src/tangerine.cpp +++ b/src/tangerine.cpp @@ -10,10 +10,6 @@ bool initGraphics(SDLHandles* handles); -GLContext* initGLContext(MemoryArena* arena, - u32 max_shaders, - u32 max_textures, - u32 max_ubos); // interface