diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/pugl_embed_demo.c | 2 | ||||
-rw-r--r-- | examples/pugl_gl3_demo.c | 2 | ||||
-rw-r--r-- | examples/pugl_window_demo.c | 2 |
3 files changed, 0 insertions, 6 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" diff --git a/examples/pugl_gl3_demo.c b/examples/pugl_gl3_demo.c index a18c902..ec36d16 100644 --- a/examples/pugl_gl3_demo.c +++ b/examples/pugl_gl3_demo.c @@ -34,8 +34,6 @@ about 100000 rectangles. */ -#define GL_SILENCE_DEPRECATION 1 - #include "demo_utils.h" #include "shader_utils.h" #include "test/test_utils.h" diff --git a/examples/pugl_window_demo.c b/examples/pugl_window_demo.c index 49ceee0..18def43 100644 --- a/examples/pugl_window_demo.c +++ b/examples/pugl_window_demo.c @@ -18,8 +18,6 @@ @file pugl_windows_demo.c A demonstration of multiple Pugl windows. */ -#define GL_SILENCE_DEPRECATION 1 - #include "cube_view.h" #include "demo_utils.h" #include "test/test_utils.h" |