summaryrefslogtreecommitdiff
path: root/src/video/sdl2_opengl_v.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/video/sdl2_opengl_v.h')
-rw-r--r--src/video/sdl2_opengl_v.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/video/sdl2_opengl_v.h b/src/video/sdl2_opengl_v.h
index 71bc4373a..55697b43b 100644
--- a/src/video/sdl2_opengl_v.h
+++ b/src/video/sdl2_opengl_v.h
@@ -36,8 +36,6 @@ protected:
void Paint() override;
bool CreateMainWindow(uint w, uint h, uint flags) override;
- void PaintThread() override {}
-
private:
void *gl_context; ///< OpenGL context.
uint8 *anim_buffer; ///< Animation buffer from OpenGL back-end.