From 86b30b3db30909c025b9c42a10078d64a66c813a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 6 Feb 2025 14:50:37 -0500 Subject: Remove deprecated API As far as I can tell, nobody actually cares about this in practice now, and it's slated for removal anyway. --- doc/c/Doxyfile.in | 1 - doc/cpp/Doxyfile.in | 1 - 2 files changed, 2 deletions(-) (limited to 'doc') diff --git a/doc/c/Doxyfile.in b/doc/c/Doxyfile.in index 4bf1b42..f6990af 100644 --- a/doc/c/Doxyfile.in +++ b/doc/c/Doxyfile.in @@ -26,7 +26,6 @@ MACRO_EXPANSION = YES PREDEFINED = PUGL_API \ PUGL_CONST_API= \ PUGL_CONST_FUNC= \ - PUGL_DISABLE_DEPRECATED \ PUGL_MALLOC_API= \ PUGL_MALLOC_FUNC= diff --git a/doc/cpp/Doxyfile.in b/doc/cpp/Doxyfile.in index 05deae7..3d0d45f 100644 --- a/doc/cpp/Doxyfile.in +++ b/doc/cpp/Doxyfile.in @@ -31,7 +31,6 @@ MACRO_EXPANSION = YES PREDEFINED = PUGL_API \ PUGL_CONST_API= \ PUGL_CONST_FUNC= \ - PUGL_DISABLE_DEPRECATED \ PUGL_MALLOC_API= \ PUGL_MALLOC_FUNC= -- cgit v1.2.1