aboutsummaryrefslogtreecommitdiff
path: root/examples/pugl_embed_demo.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-03-13 13:05:47 +0100
committerDavid Robillard <d@drobilla.net>2020-03-13 13:05:47 +0100
commite09f204aca2393ba0f78867eb2e284ab00091205 (patch)
treef7227b5541eaaa735835e749e2a4c51d2054e70c /examples/pugl_embed_demo.c
parent5c02f37c8d1dd74f3b72f1fb0b2a77f4d1dc2da9 (diff)
Strengthen warnings
Diffstat (limited to 'examples/pugl_embed_demo.c')
-rw-r--r--examples/pugl_embed_demo.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/pugl_embed_demo.c b/examples/pugl_embed_demo.c
index 96df463..dc80b18 100644
--- a/examples/pugl_embed_demo.c
+++ b/examples/pugl_embed_demo.c
@@ -18,8 +18,6 @@
@file pugl_embed_demo.c An example of embedding a view in another.
*/
-#define GL_SILENCE_DEPRECATION 1
-
#include "cube_view.h"
#include "demo_utils.h"
#include "test/test_utils.h"