aboutsummaryrefslogtreecommitdiffstats
path: root/examples/pugl_shader_demo.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-12-17 15:11:58 -0500
committerDavid Robillard <d@drobilla.net>2021-12-17 15:11:58 -0500
commitb828da5dc4cf9681ffb0c1ef1153c95b6d3c55c3 (patch)
tree73fee06da01dc7111f1e5a16d8156f0f3fde8bf0 /examples/pugl_shader_demo.c
parent73ef37a2b21b67680e16caf09c5a65185360b183 (diff)
downloadpugl-b828da5dc4cf9681ffb0c1ef1153c95b6d3c55c3.tar.gz
pugl-b828da5dc4cf9681ffb0c1ef1153c95b6d3c55c3.tar.bz2
pugl-b828da5dc4cf9681ffb0c1ef1153c95b6d3c55c3.zip
Remove unused struct definition
Diffstat (limited to 'examples/pugl_shader_demo.c')
-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;