gl renderer: Remove unused struct member

This commit is contained in:
Timm Bäder 2017-12-03 19:47:20 +01:00
parent 9479bb6bfc
commit 1fce25c7af

View File

@ -185,7 +185,6 @@ typedef struct
/* Current global state */
const Program *current_program;
int current_render_target;
int current_vao;
int current_texture;
GskRoundedRect current_clip;
graphene_matrix_t current_modelview;