gl: window-gbm: Remove unused private class member

The display class member is not used, not set and rather
confusing.
This commit is contained in:
Nicolas Dufresne 2018-12-01 20:41:10 -05:00 committed by Nicolas Dufresne
parent 6f7fbbfa71
commit 46b503d674

View file

@ -46,6 +46,8 @@ struct _GstGLWindowGBMEGL {
struct gbm_bo *current_bo, *prev_bo;
int waiting_for_flip;
drmModeCrtc *saved_crtc;
GstGLDisplayGBM *display;
gpointer _reserved[GST_PADDING];