changeset 6262:e892a83f8840

[project @ 2007-01-31 20:52:55 by jwe]
author jwe
date Wed, 31 Jan 2007 20:52:55 +0000
parents 7e2d79a71247
children d60127449a29
files scripts/ChangeLog scripts/image/image.m
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ChangeLog	Wed Jan 31 18:21:42 2007 +0000
+++ b/scripts/ChangeLog	Wed Jan 31 20:52:55 2007 +0000
@@ -1,5 +1,7 @@
 2007-01-31  John W. Eaton  <jwe@octave.org>
 
+	* image/image.m: Don't call drawnow.
+
 	* plot/__gnuplot_version__.m: Restore from CVS Attic.
 	* plot/Makefile.in (SOURCES_M): Add it to the list.
 
--- a/scripts/image/image.m	Wed Jan 31 18:21:42 2007 +0000
+++ b/scripts/image/image.m	Wed Jan 31 20:52:55 2007 +0000
@@ -88,6 +88,4 @@
     h = tmp;
   endif
 
-  drawnow ();
-
 endfunction