From 62378b394a87ecc4e0115b2cf605deb3ad29f46a Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 1 Sep 2015 23:21:28 +0200 Subject: vo_opengl: remove some leftovers Forgotten in the previous commit. --- video/out/gl_video.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/video/out/gl_video.c b/video/out/gl_video.c index bb67c61987..b5edc28141 100644 --- a/video/out/gl_video.c +++ b/video/out/gl_video.c @@ -213,7 +213,6 @@ struct gl_video { bool use_linear; bool use_normalized_range; float user_gamma; - struct fbotex copy_fbos[4]; int frames_uploaded; int frames_rendered; @@ -584,9 +583,6 @@ static void uninit_rendering(struct gl_video *p) for (int n = 0; n < FBOSURFACES_MAX; n++) fbotex_uninit(&p->surfaces[n].fbotex); - for (int n = 0; n < 4; n++) - fbotex_uninit(&p->copy_fbos[n]); - gl_video_reset_surfaces(p); } -- cgit v1.2.3