aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/pugl_shader_demo.c4
1 files changed, 0 insertions, 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
@@ -44,10 +44,6 @@ static const int defaultHeight = 512;
static const uintptr_t resizeTimerId = 1u;
typedef struct {
- mat4 projection;
-} RectUniforms;
-
-typedef struct {
const char* programPath;
PuglWorld* world;
PuglView* view;