# HG changeset patch # User John W. Eaton # Date 1296509338 18000 # Node ID 27bab6a53ec724dde810ce022393184ade973edf # Parent b7242f2c016585015b691c30ef1be66dbb338742 plot__fltk_ginput__.m: remove line that should have been removed in previous change diff -r b7242f2c0165 -r 27bab6a53ec7 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 b7242f2c0165 -r 27bab6a53ec7 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);