diff --git a/include/ncpp/Plane.hh b/include/ncpp/Plane.hh index ac053fda0..a88891030 100644 --- a/include/ncpp/Plane.hh +++ b/include/ncpp/Plane.hh @@ -985,7 +985,6 @@ namespace ncpp if (ret == nullptr) throw init_error ("notcurses failed to duplicate plane"); - is_stdplane = other.is_stdplane; return ret; }