diff options
author | David Robillard <d@drobilla.net> | 2021-12-17 15:11:58 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2021-12-17 15:11:58 -0500 |
commit | b828da5dc4cf9681ffb0c1ef1153c95b6d3c55c3 (patch) | |
tree | 73fee06da01dc7111f1e5a16d8156f0f3fde8bf0 /examples | |
parent | 73ef37a2b21b67680e16caf09c5a65185360b183 (diff) | |
download | pugl-b828da5dc4cf9681ffb0c1ef1153c95b6d3c55c3.tar.gz pugl-b828da5dc4cf9681ffb0c1ef1153c95b6d3c55c3.tar.bz2 pugl-b828da5dc4cf9681ffb0c1ef1153c95b6d3c55c3.zip |
Remove unused struct definition
Diffstat (limited to 'examples')
-rw-r--r-- | examples/pugl_shader_demo.c | 4 |
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; |