diff options
Diffstat (limited to 'src/environment.h')
-rw-r--r-- | src/environment.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/environment.h b/src/environment.h index fcd16e296..65495fc85 100644 --- a/src/environment.h +++ b/src/environment.h @@ -407,24 +407,6 @@ public: virtual void addPlayer(Player *player); LocalPlayer * getLocalPlayer(); - // Slightly deprecated - void updateMeshes(v3s16 blockpos); - void expireMeshes(bool only_daynight_diffed); - - void setTimeOfDay(u32 time) - { - u32 old_dr = getDayNightRatio(); - - Environment::setTimeOfDay(time); - - if(getDayNightRatio() != old_dr) - { - /*infostream<<"ClientEnvironment: DayNightRatio changed" - <<" -> expiring meshes"<<std::endl;*/ - expireMeshes(true); - } - } - /* ClientSimpleObjects */ |