From 5f2009eea57abcadaeb16be9b8c500b92c693b5f Mon Sep 17 00:00:00 2001 From: sirlemonhead Date: Tue, 4 Feb 2020 21:50:17 +0000 Subject: [PATCH] PCExhumed: Remove function declaration for ServeSample in movie.cpp --- source/exhumed/src/movie.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/exhumed/src/movie.cpp b/source/exhumed/src/movie.cpp index 018559c04..b082c14e7 100644 --- a/source/exhumed/src/movie.cpp +++ b/source/exhumed/src/movie.cpp @@ -31,8 +31,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. BEGIN_PS_NS -void ServeSample(const char** ptr, uint32_t* length); - enum { kFramePalette = 0, kFrameSound,