summaryrefslogtreecommitdiffstats
path: root/source/World.h
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2013-09-15 21:55:24 +0200
committermadmaxoft <github@xoft.cz>2013-09-15 21:55:24 +0200
commit530f6f2b71170d5dd15edcc0d77913adaca104fc (patch)
treeb6c5a8a5c2c11a0a57bc30e3df7634844e20c556 /source/World.h
parentRemoved obsoleted cWorld functions from the API: (diff)
downloadcuberite-530f6f2b71170d5dd15edcc0d77913adaca104fc.tar
cuberite-530f6f2b71170d5dd15edcc0d77913adaca104fc.tar.gz
cuberite-530f6f2b71170d5dd15edcc0d77913adaca104fc.tar.bz2
cuberite-530f6f2b71170d5dd15edcc0d77913adaca104fc.tar.lz
cuberite-530f6f2b71170d5dd15edcc0d77913adaca104fc.tar.xz
cuberite-530f6f2b71170d5dd15edcc0d77913adaca104fc.tar.zst
cuberite-530f6f2b71170d5dd15edcc0d77913adaca104fc.zip
Diffstat (limited to '')
-rw-r--r--source/World.h6
1 files changed, 0 insertions, 6 deletions
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; }