changeset 15101:2512448babac

image.m: Remove input validation tests which cause window to pop up. * image.m: Remove input validation tests which cause window to pop up.
author Rik <rik@octave.org>
date Fri, 03 Aug 2012 17:38:05 -0700
parents 8523df595d42
children d29f2583cf7b
files scripts/image/image.m
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/image/image.m	Fri Aug 03 16:45:17 2012 -0700
+++ b/scripts/image/image.m	Fri Aug 03 17:38:05 2012 -0700
@@ -246,6 +246,3 @@
 %! hold off;
 %! title ("line, image, line, image, line");
 
-## Test input validation
-%!error <can not be complex> image (1+i)
-%!error <matrix is empty> image ([])