diff --git a/src/p_mobj.c b/src/p_mobj.c
index 3999c9476246be1de4bbdc2ae7af14fc427b30ee..4bed833fbf0c94aaebb4beb388275eeaac936423 100644
--- a/src/p_mobj.c
+++ b/src/p_mobj.c
@@ -14422,7 +14422,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);