From 0279f32db742f06d24a9d01c46f7d70c5e570eb2 Mon Sep 17 00:00:00 2001 From: proller Date: Fri, 18 Apr 2014 21:08:03 +0400 Subject: Remove liquid_finite and weather --- src/environment.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/environment.h') diff --git a/src/environment.h b/src/environment.h index 48d099bf9..5062b9c37 100644 --- a/src/environment.h +++ b/src/environment.h @@ -314,9 +314,6 @@ public: void reportMaxLagEstimate(float f) { m_max_lag_estimate = f; } float getMaxLagEstimate() { return m_max_lag_estimate; } - // is weather active in this environment? - bool m_use_weather; - std::set* getForceloadedBlocks() { return &m_active_blocks.m_forceloaded_list; }; private: -- cgit v1.2.3