# 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 --git a/scripts/ChangeLog b/scripts/ChangeLog --- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -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 --git a/scripts/plot/__fltk_ginput__.m b/scripts/plot/__fltk_ginput__.m --- a/scripts/plot/__fltk_ginput__.m +++ b/scripts/plot/__fltk_ginput__.m @@ -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);