From 42daf172fdcf66a0a333528297c6cf7403cf082c Mon Sep 17 00:00:00 2001 From: Seth Hillbrand Date: Mon, 4 Nov 2019 07:10:25 -0800 Subject: [PATCH] router: Keep meander placer world in base m_world overloaded in pns_meander_placer and didn't get the correct pointer in certain tune modes. Fixes: lp:1851251 * https://bugs.launchpad.net/kicad/+bug/1851251 --- pcbnew/router/pns_dp_meander_placer.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/pcbnew/router/pns_dp_meander_placer.h b/pcbnew/router/pns_dp_meander_placer.h index c126654c5f..d4cbdd36a2 100644 --- a/pcbnew/router/pns_dp_meander_placer.h +++ b/pcbnew/router/pns_dp_meander_placer.h @@ -122,9 +122,6 @@ private: long long int origPathLength() const; - ///> pointer to world to search colliding items - NODE* m_world; - ///> current routing start point (end of tail, beginning of head) VECTOR2I m_currentStart;