diff --git a/src/p_mobj.c b/src/p_mobj.c
index aa5949c2f907904b5cb7c00a4fee77064bf7d166..56ca7e6d575b729e666b67faf8df099999773559 100644
--- a/src/p_mobj.c
+++ b/src/p_mobj.c
@@ -14412,7 +14412,6 @@ void P_FlashPal(player_t *pl, UINT16 type, UINT16 duration)
 //
 mobj_t *P_SpawnMobjFromMobj(mobj_t *mobj, fixed_t xofs, fixed_t yofs, fixed_t zofs, mobjtype_t type)
 {
-	va_list args;
 	mobj_t *newmobj;
 
 	xofs = FixedMul(xofs, mobj->scale);