The GPU log category ate one of the SDL reserved categories

Fixes https://github.com/libsdl-org/SDL/issues/10739
This commit is contained in:
Sam Lantinga 2024-09-07 07:53:10 -07:00
parent 1849205733
commit a01e8a5e10
1 changed files with 0 additions and 1 deletions

View File

@ -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,