Commit 4575c6942af88a110665b8f6d723eba4191bc1f1

Manuel Alfayate Corchete 2020-09-12T02:36:02

kmsdrm: delete ununsed variable.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/video/kmsdrm/SDL_kmsdrmvideo.h b/src/video/kmsdrm/SDL_kmsdrmvideo.h
index 8a36778..d152792 100644
--- a/src/video/kmsdrm/SDL_kmsdrmvideo.h
+++ b/src/video/kmsdrm/SDL_kmsdrmvideo.h
@@ -137,8 +137,6 @@ typedef struct SDL_DisplayData
     EGLSurface old_egl_surface;
 #endif
 
-    SDL_bool destroy_surfaces_pending;
-
     dumb_buffer *dumb_buffer; /* Aux dumb buffer to keep the PRIMARY PLANE
                                  entertained with when we destroy GBM surface. */