From 530f6f2b71170d5dd15edcc0d77913adaca104fc Mon Sep 17 00:00:00 2001 From: madmaxoft Date: Sun, 15 Sep 2013 21:55:24 +0200 Subject: Removed cWorld deprecated API: SetWorldTime() --- source/World.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source/World.h') diff --git a/source/World.h b/source/World.h index 0e65cfa39..eacc772b7 100644 --- a/source/World.h +++ b/source/World.h @@ -113,12 +113,6 @@ public: BroadcastTimeUpdate(); } - void SetWorldTime(Int64 a_TimeOfDay) - { - LOGWARNING("cWorld:SetWorldTime() is obsolete, use SetTimeOfDay() instead"); - SetTimeOfDay(a_TimeOfDay); - } - /// Returns the current game mode. Partly OBSOLETE, you should use IsGameModeXXX() functions wherever applicable eGameMode GetGameMode(void) const { return m_GameMode; } -- cgit v1.2.3