From 5ea0640c681017db57d47c4b2e587129e9ea4fe1 Mon Sep 17 00:00:00 2001 From: Christopher Snowhill Date: Mon, 23 Jun 2025 23:52:25 -0700 Subject: [PATCH] Output: Remove function override from header This function should be derived from the superclass. Signed-off-by: Christopher Snowhill --- Audio/Chain/OutputNode.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/Audio/Chain/OutputNode.h b/Audio/Chain/OutputNode.h index ee8dfbb97..312ecaef7 100644 --- a/Audio/Chain/OutputNode.h +++ b/Audio/Chain/OutputNode.h @@ -39,8 +39,6 @@ - (BOOL)selectNextBuffer; - (void)endOfInputPlayed; -- (BOOL)endOfStream; - - (BOOL)chainQueueHasTracks; - (double)secondsBuffered;