changeset 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 b7242f2c0165
children a85d14454adc
files scripts/ChangeLog scripts/plot/__fltk_ginput__.m
diffstat 2 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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  <jwe@octave.org>
+
+	* plot/__fltk_ginput__.m: Remove line that should have been
+	removed in previous change.
+
 2010-01-31  Rik  <octave@nomad.inbox5.com>
 
 	* plot/private/__gnuplot_has_terminal__.m: Simplify regular expression
--- 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);