Remove unused member from surface_t

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter
2021-03-05 11:44:09 +01:00
parent 757b3dd573
commit f8bc7052ea
2 changed files with 4 additions and 4 deletions

View File

@ -566,8 +566,6 @@ typedef struct surface_t {
/* A classic XCB graphics context. */
xcb_gcontext_t gc;
xcb_visualtype_t *visual_type;
int width;
int height;