From a01e8a5e1050774254ee18286832fd151c85977c Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sat, 7 Sep 2024 07:53:10 -0700 Subject: [PATCH] The GPU log category ate one of the SDL reserved categories Fixes https://github.com/libsdl-org/SDL/issues/10739 --- include/SDL3/SDL_log.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/SDL3/SDL_log.h b/include/SDL3/SDL_log.h index ee2b4713c8..0a5379633c 100644 --- a/include/SDL3/SDL_log.h +++ b/include/SDL3/SDL_log.h @@ -92,7 +92,6 @@ typedef enum SDL_LogCategory SDL_LOG_CATEGORY_GPU, /* Reserved for future SDL library use */ - SDL_LOG_CATEGORY_RESERVED1, SDL_LOG_CATEGORY_RESERVED2, SDL_LOG_CATEGORY_RESERVED3, SDL_LOG_CATEGORY_RESERVED4,