changeset 16870:fc3845c63458

__fltk_ginput__.m: Remove debugging code left in after recent changes. * scripts/plot/private/__fltk_ginput__.m: Remove unnecessary keyboard() debugging call.
author Rik <rik@octave.org>
date Sun, 30 Jun 2013 08:06:16 -0700
parents 11dee6ef204c
children 5e30b1c950b8
files scripts/plot/private/__fltk_ginput__.m
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/private/__fltk_ginput__.m
+++ b/scripts/plot/private/__fltk_ginput__.m
@@ -84,7 +84,6 @@
 
 function ginput_keypressfcn (src, evt)
   point = get (get (src, "currentaxes"), "currentpoint");
-  keyboard ();
   key = evt.Key;
   if (key == 10)
     ## Enter key stops ginput.