From eca8056dc29865bbcbcab0dc6494b20dd459c7ad Mon Sep 17 00:00:00 2001 From: falkTX Date: Mon, 18 Oct 2021 22:30:22 +0100 Subject: [PATCH] Cleanup after nanovg updates Signed-off-by: falkTX --- dgl/src/nanovg/nanovg_gl.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/dgl/src/nanovg/nanovg_gl.h b/dgl/src/nanovg/nanovg_gl.h index cdf0901f..dc541ff2 100644 --- a/dgl/src/nanovg/nanovg_gl.h +++ b/dgl/src/nanovg/nanovg_gl.h @@ -245,9 +245,6 @@ struct GLNVGcontext { GLNVGshader shader; GLNVGtextureContext* textureContext; float view[2]; - int ntextures; - int ctextures; - int textureId; GLuint vertBuf; #if defined NANOVG_GL3 GLuint vertArr;