summaryrefslogtreecommitdiff
path: root/src/video/sdl2_default_v.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/video/sdl2_default_v.h')
-rw-r--r--src/video/sdl2_default_v.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/video/sdl2_default_v.h b/src/video/sdl2_default_v.h
index 1b67be5d3..3e1e3b894 100644
--- a/src/video/sdl2_default_v.h
+++ b/src/video/sdl2_default_v.h
@@ -21,7 +21,6 @@ protected:
bool AllocateBackingStore(int w, int h, bool force = false) override;
void *GetVideoPointer() override;
void Paint() override;
- void PaintThread() override;
void ReleaseVideoPointer() override {}