From 86b30b3db30909c025b9c42a10078d64a66c813a Mon Sep 17 00:00:00 2001
From: David Robillard <d@drobilla.net>
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/cpp/Doxyfile.in | 1 -
 1 file changed, 1 deletion(-)

(limited to 'doc/cpp/Doxyfile.in')

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