aboutsummaryrefslogtreecommitdiff
path: root/src/libui_sdl/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libui_sdl/main.cpp')
-rw-r--r--src/libui_sdl/main.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/libui_sdl/main.cpp b/src/libui_sdl/main.cpp
index 74d3fc9..6cc6c50 100644
--- a/src/libui_sdl/main.cpp
+++ b/src/libui_sdl/main.cpp
@@ -430,12 +430,6 @@ void GLScreen_DrawScreen()
uiGLSwapBuffers(GLContext);
}
-void norp(void* data)
-{
- uiGLMakeContextCurrent(GLContext);
- GLScreen_DrawScreen();
-}
-
void MicLoadWav(char* name)
{
SDL_AudioSpec format;