From 3242b8fd81927b650e1a35554e3b931dec46bc1a Mon Sep 17 00:00:00 2001 From: Mitchell Richters Date: Sat, 27 Aug 2022 17:55:02 +1000 Subject: [PATCH] - SW: Remove leftover Polymost draw code prototype. --- source/games/sw/src/draw.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/source/games/sw/src/draw.cpp b/source/games/sw/src/draw.cpp index 43679961c..0ea45dcea 100644 --- a/source/games/sw/src/draw.cpp +++ b/source/games/sw/src/draw.cpp @@ -1274,7 +1274,6 @@ void PreDrawStackedWater(void) void DoPlayerDiveMeter(PLAYER* pp); -void polymost_drawscreen(PLAYER* pp, int tx, int ty, int tz, binangle tang, fixedhoriz thoriz, sectortype* tsect); void UpdateWallPortalState()