diff options
author | madmaxoft <github@xoft.cz> | 2013-09-15 21:55:24 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-09-15 21:55:24 +0200 |
commit | 530f6f2b71170d5dd15edcc0d77913adaca104fc (patch) | |
tree | b6c5a8a5c2c11a0a57bc30e3df7634844e20c556 /source/World.h | |
parent | Removed obsoleted cWorld functions from the API: (diff) | |
download | cuberite-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 'source/World.h')
-rw-r--r-- | source/World.h | 6 |
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; }
|