aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2025-02-06 14:50:37 -0500
committerDavid Robillard <d@drobilla.net>2025-02-06 14:50:37 -0500
commit86b30b3db30909c025b9c42a10078d64a66c813a (patch)
tree0b431cbfb28e48c114a8756e4fded11eaec689b7 /test
parente48f19496f634124cc11025aed72ddfc7c537cc1 (diff)
downloadpugl-86b30b3db30909c025b9c42a10078d64a66c813a.tar.gz
pugl-86b30b3db30909c025b9c42a10078d64a66c813a.tar.bz2
pugl-86b30b3db30909c025b9c42a10078d64a66c813a.zip
Remove deprecated API
As far as I can tell, nobody actually cares about this in practice now, and it's slated for removal anyway.
Diffstat (limited to 'test')
-rw-r--r--test/cpp/test_build.cpp2
-rw-r--r--test/test_build.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/test/cpp/test_build.cpp b/test/cpp/test_build.cpp
index 4fd2dac..2f24c5f 100644
--- a/test/cpp/test_build.cpp
+++ b/test/cpp/test_build.cpp
@@ -5,8 +5,6 @@
Tests that C++ headers compile without any warnings.
*/
-#define PUGL_DISABLE_DEPRECATED
-
#include "pugl/cairo.hpp" // IWYU pragma: keep
#include "pugl/gl.hpp" // IWYU pragma: keep
#include "pugl/pugl.h" // IWYU pragma: keep
diff --git a/test/test_build.c b/test/test_build.c
index e28df3c..6365495 100644
--- a/test/test_build.c
+++ b/test/test_build.c
@@ -5,8 +5,6 @@
Tests that C headers compile without any warnings.
*/
-#define PUGL_DISABLE_DEPRECATED
-
#include "pugl/cairo.h" // IWYU pragma: keep
#include "pugl/gl.h" // IWYU pragma: keep
#include "pugl/glu.h" // IWYU pragma: keep