diff 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
line wrap: on
line diff
--- 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);