From: NeilBrown Date: Thu, 26 Nov 2015 01:35:42 +0000 (+1100) Subject: Notfiy:Replace doesn't need pointp any more. X-Git-Tag: lca2016~213 X-Git-Url: http://git.neil.brown.name/?a=commitdiff_plain;h=544e15d197d22d0f41797855779170d4b7fc15e6;p=edlib.git Notfiy:Replace doesn't need pointp any more. So discard it. Signed-off-by: NeilBrown --- diff --git a/core-mark.c b/core-mark.c index 621dc217..807ab15e 100644 --- a/core-mark.c +++ b/core-mark.c @@ -879,7 +879,6 @@ void point_notify_change(struct point *p, struct mark *m) ci.key = "Notify:Replace"; ci.numeric = 1; ci.x = ci.y = -1; - ci.pointp = p->owner; if (!m) m = &p->m; for (i = 0; i < p->size; i++) {