summaryrefslogtreecommitdiff
path: root/src/environment.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/environment.h')
-rw-r--r--src/environment.h3
1 files changed, 0 insertions, 3 deletions
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<v3s16>* getForceloadedBlocks() { return &m_active_blocks.m_forceloaded_list; };
private: