comparison scripts/plot/__fltk_ginput__.m @ 12353:27bab6a53ec7 release-3-4-x

plot__fltk_ginput__.m: remove line that should have been removed in previous change
author John W. Eaton <jwe@octave.org>
date Mon, 31 Jan 2011 16:28:58 -0500
parents 96db5945cfd7
children
comparison
equal deleted inserted replaced
12352:b7242f2c0165 12353:27bab6a53ec7
53 if (n0 == n || n0 < 0) 53 if (n0 == n || n0 < 0)
54 break; 54 break;
55 endif 55 endif
56 endwhile 56 endwhile
57 57
58 ## FIXME -- got to get the buttons somehow
59 button = ones (size (x));
60 unwind_protect_cleanup 58 unwind_protect_cleanup
61 set (f, "windowbuttondownfcn", orig_windowbuttondownfcn); 59 set (f, "windowbuttondownfcn", orig_windowbuttondownfcn);
62 set (f, "keypressfcn", orig_ginput_keypressfcn); 60 set (f, "keypressfcn", orig_ginput_keypressfcn);
63 end_unwind_protect 61 end_unwind_protect
64 62