From b828da5dc4cf9681ffb0c1ef1153c95b6d3c55c3 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 17 Dec 2021 15:11:58 -0500 Subject: Remove unused struct definition --- examples/pugl_shader_demo.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/examples/pugl_shader_demo.c b/examples/pugl_shader_demo.c index d5b9dad..f4679e2 100644 --- a/examples/pugl_shader_demo.c +++ b/examples/pugl_shader_demo.c @@ -43,10 +43,6 @@ static const int defaultWidth = 512; static const int defaultHeight = 512; static const uintptr_t resizeTimerId = 1u; -typedef struct { - mat4 projection; -} RectUniforms; - typedef struct { const char* programPath; PuglWorld* world; -- cgit v1.2.1