LocalPlayer::accelerateHorizontal: cleanups
[oweals/minetest.git] / src / reflowscan.cpp
index eec37102220bb2a5da280361379dcc6b39bc8cd8..fd169f1a833964b8e856959932adc686c8b52e6a 100644 (file)
@@ -22,13 +22,11 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #include "mapblock.h"
 #include "nodedef.h"
 #include "util/timetaker.h"
-#include "util/cpp11.h"
 
 
 ReflowScan::ReflowScan(Map *map, INodeDefManager *ndef) :
        m_map(map),
-       m_ndef(ndef),
-       m_liquid_queue(nullptr)
+       m_ndef(ndef)
 {
 }