]> git.neil.brown.name Git - edlib.git/commitdiff
"Close" no longer needs pane_point.
authorNeilBrown <neil@brown.name>
Thu, 26 Nov 2015 00:46:07 +0000 (11:46 +1100)
committerNeilBrown <neil@brown.name>
Thu, 26 Nov 2015 00:46:07 +0000 (11:46 +1100)
render_lines was the last users, and it now uses panes for vmarks.

Signed-off-by: NeilBrown <neil@brown.name>
core-pane.c

index 3a8f3f76226336d27c39c88152badcce471d744c..f0e3b2ef2b271fb26eda8bf5a1827845e898fe42 100644 (file)
@@ -163,7 +163,6 @@ void pane_close(struct pane *p)
 
                ci.key = "Close";
                ci.focus = ci.home = p;
-               ci.pointp = pane_point(p);
                ci.comm = p->handle;
                p->handle->func(&ci);
        }