summaryrefslogtreecommitdiff
path: root/src/d/d_drawlist.cpp
diff options
context:
space:
mode:
authorJcw87 <Jcw87@users.noreply.github.com>2026-02-11 00:14:18 -0800
committerGitHub <noreply@github.com>2026-02-11 00:14:18 -0800
commita07ec61d666522ef022bf490a2b95b43e081884b (patch)
tree678ab1cd3a5fd53dacec121bc19b55bf48a4a888 /src/d/d_drawlist.cpp
parente537b32c66cca1bed986862ff6d16e2484f53286 (diff)
fix compiler warnings (#3094)
Diffstat (limited to 'src/d/d_drawlist.cpp')
-rw-r--r--src/d/d_drawlist.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/d/d_drawlist.cpp b/src/d/d_drawlist.cpp
index df96ec7da8..b79a594eff 100644
--- a/src/d/d_drawlist.cpp
+++ b/src/d/d_drawlist.cpp
@@ -874,11 +874,7 @@ void dDlst_blo_c::draw() {
}
// stand-in for a function that pulls in a bunch of inline functions but was presumably stripped
-static void dummy_misc() {
- J2DScreen* screen;
- J2DPane* pane;
- J2DPicture* picture;
- J2DAnmBase* anmBase;
+static void dummy_misc(J2DAnmBase* anmBase, J2DPicture* picture, J2DPane* pane, J2DScreen* screen) {
delete anmBase;
picture->setBlack(JUtility::TColor(0, 0, 0, 0));
picture->setWhite(JUtility::TColor(0, 0, 0, 0));