summaryrefslogtreecommitdiff
path: root/src/clouds.h
diff options
context:
space:
mode:
authorSfan5 <sfan5@live.de>2014-04-15 19:49:32 +0200
committerSfan5 <sfan5@live.de>2014-04-15 21:34:53 +0200
commit118e2ae865bd7a0020586ef72d05bf14d66f4eae (patch)
tree5da3d9bc1d4e26e7e75f61b5ea10916161f29cba /src/clouds.h
parentd436502fa499255236350fc9204f9c508414704e (diff)
downloadminetest-118e2ae865bd7a0020586ef72d05bf14d66f4eae.tar.gz
minetest-118e2ae865bd7a0020586ef72d05bf14d66f4eae.tar.bz2
minetest-118e2ae865bd7a0020586ef72d05bf14d66f4eae.zip
Fix all warnings reported by clang
Diffstat (limited to 'src/clouds.h')
-rw-r--r--src/clouds.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/clouds.h b/src/clouds.h
index d718e56bf..a6883a44a 100644
--- a/src/clouds.h
+++ b/src/clouds.h
@@ -76,7 +76,6 @@ private:
video::SMaterial m_material;
core::aabbox3d<f32> m_box;
float m_cloud_y;
- float m_brightness;
video::SColorf m_color;
u32 m_seed;
v2f m_camera_pos;