changeset 24569:bcb8ce5c4e16

annotation.m: Remove unused variable from update_arrow(). * annotation.m (update_arrow): Remove unused variable recursive.
author Rik <rik@octave.org>
date Tue, 09 Jan 2018 10:09:24 -0800
parents 4db06f3bc34f
children c9aab297130e
files scripts/plot/appearance/annotation.m
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/appearance/annotation.m	Tue Jan 09 09:32:57 2018 -0800
+++ b/scripts/plot/appearance/annotation.m	Tue Jan 09 10:09:24 2018 -0800
@@ -1023,7 +1023,6 @@
 endfunction
 
 function update_arrow (h, dummy, prop, hpa = [])
-  persistent recursive = false;
 
   nar = [];
   for ii = 1:numel (hpa)