# HG changeset patch # User John W. Eaton # Date 1296509338 18000 # Node ID 88fa9e9efdeae51932110c2b03e12f9cd967aea0 # Parent 5cb9a7e08f6697d98d494b8491d5a2a5a3ba3213 plot__fltk_ginput__.m: remove line that should have been removed in previous change diff -r 5cb9a7e08f66 -r 88fa9e9efdea scripts/ChangeLog --- a/scripts/ChangeLog Mon Jan 31 12:38:03 2011 -0800 +++ b/scripts/ChangeLog Mon Jan 31 16:28:58 2011 -0500 @@ -1,3 +1,8 @@ +2011-01-31 John W. Eaton + + * plot/__fltk_ginput__.m: Remove line that should have been + removed in previous change. + 2010-01-31 Rik * plot/private/__gnuplot_has_terminal__.m: Simplify regular expression diff -r 5cb9a7e08f66 -r 88fa9e9efdea scripts/plot/__fltk_ginput__.m --- a/scripts/plot/__fltk_ginput__.m Mon Jan 31 12:38:03 2011 -0800 +++ b/scripts/plot/__fltk_ginput__.m Mon Jan 31 16:28:58 2011 -0500 @@ -55,8 +55,6 @@ endif endwhile - ## FIXME -- got to get the buttons somehow - button = ones (size (x)); unwind_protect_cleanup set (f, "windowbuttondownfcn", orig_windowbuttondownfcn); set (f, "keypressfcn", orig_ginput_keypressfcn);