From 1f698469ae43307de7ffcee6220f4dc91e6b5592 Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Sat, 5 Aug 2017 22:10:15 +0200 Subject: [PATCH] mir: Removed unnecessary function declaration. --- src/video/mir/SDL_miropengl.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/video/mir/SDL_miropengl.h b/src/video/mir/SDL_miropengl.h index 6fd5cb457..169d43dea 100644 --- a/src/video/mir/SDL_miropengl.h +++ b/src/video/mir/SDL_miropengl.h @@ -48,10 +48,6 @@ MIR_GL_CreateContext(_THIS, SDL_Window* window); extern int MIR_GL_LoadLibrary(_THIS, const char* path); -extern void -MIR_GL_UnloadLibrary(_THIS); - #endif /* _SDL_miropengl_h */ /* vi: set ts=4 sw=4 expandtab: */ -