Optimize updateFastFaceRow processing by removing some TileSpec copy (#5678)
[oweals/minetest.git] / src / camera.h
index f57efdf10a1854a5fec8967daab71a7f276aafde..e4c1d0b25e64def18bc6cd57485e81c063e4aa62 100644 (file)
@@ -231,7 +231,6 @@ private:
        f32 m_cache_view_bobbing_amount;
        f32 m_cache_fov;
        f32 m_cache_zoom_fov;
-       bool m_cache_view_bobbing;
 
        std::list<Nametag *> m_nametags;
 };