diff options
author | David Robillard <d@drobilla.net> | 2025-02-06 14:50:37 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2025-02-06 14:50:37 -0500 |
commit | 86b30b3db30909c025b9c42a10078d64a66c813a (patch) | |
tree | 0b431cbfb28e48c114a8756e4fded11eaec689b7 /doc/c/Doxyfile.in | |
parent | e48f19496f634124cc11025aed72ddfc7c537cc1 (diff) | |
download | pugl-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 'doc/c/Doxyfile.in')
-rw-r--r-- | doc/c/Doxyfile.in | 1 |
1 files changed, 0 insertions, 1 deletions
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= |