diff --git a/src/d_netcmd.h b/src/d_netcmd.h index 08fc8b831..7eb3f97f9 100644 --- a/src/d_netcmd.h +++ b/src/d_netcmd.h @@ -211,7 +211,6 @@ void Command_ExitGame_f(void); void Command_Retry_f(void); void D_GameTypeChanged(INT32 lastgametype); // not a real _OnChange function anymore void D_MapChange(INT32 pmapnum, INT32 pgametype, boolean pultmode, boolean presetplayers, INT32 pdelay, boolean pskipprecutscene, boolean pfromlevelselect); -void ObjectPlace_OnChange(void); void ItemFinder_OnChange(void); void D_SetPassword(const char *pw);