summaryrefslogtreecommitdiff
path: root/src/reflowscan.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/reflowscan.cpp')
-rw-r--r--src/reflowscan.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/reflowscan.cpp b/src/reflowscan.cpp
index 439b75265..fd169f1a8 100644
--- a/src/reflowscan.cpp
+++ b/src/reflowscan.cpp
@@ -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)
{
}