LocalPlayer::accelerateHorizontal: cleanups
[oweals/minetest.git] / src / reflowscan.cpp
index 439b752653ceca10936b1e613a2d4f7212722007..fd169f1a833964b8e856959932adc686c8b52e6a 100644 (file)
@@ -26,8 +26,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 
 ReflowScan::ReflowScan(Map *map, INodeDefManager *ndef) :
        m_map(map),
-       m_ndef(ndef),
-       m_liquid_queue(nullptr)
+       m_ndef(ndef)
 {
 }