(DRM Go2) This global seems unused, remove it

This commit is contained in:
twinaphex 2020-07-17 16:30:01 +02:00
parent fcf0663baa
commit 8390388f3f

View File

@ -87,9 +87,6 @@ typedef struct gfx_ctx_go2_drm_data
static enum gfx_ctx_api drm_api = GFX_CTX_NONE;
/* TODO/FIXME - global variable */
int ss = 0;
/* Function callback */
void (*swap_buffers)(void*);