render/egl: remove unused gbm_device member

This commit is contained in:
Simon Zeni 2021-01-20 09:17:21 -05:00 committed by Simon Ser
parent ee31be167b
commit 306cf11d87
3 changed files with 0 additions and 7 deletions

View file

@ -1,7 +1,6 @@
#include <assert.h>
#include <stdbool.h>
#include <stdlib.h>
#include <gbm.h>
#include <wlr/render/egl.h>
#include <wlr/render/gles2.h>
#include <wlr/render/interface.h>