From e5d86c0ffbf97af738f7912f535942dc44e56bcd Mon Sep 17 00:00:00 2001 From: sonninnos Date: Sun, 25 May 2025 15:54:48 +0300 Subject: [PATCH] One more missing deprecation cleanup --- command.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/command.h b/command.h index 6f614fabd7..154b35b083 100644 --- a/command.h +++ b/command.h @@ -273,8 +273,6 @@ enum event_command /* Reinitializes microphone driver. */ CMD_EVENT_MICROPHONE_REINIT, #endif - /* Deprecated */ - CMD_EVENT_SEND_DEBUG_INFO, /* Add a playlist entry to another playlist. */ CMD_EVENT_ADD_TO_PLAYLIST };