Mercurial > hg > octave-lyh
diff scripts/miscellaneous/unimplemented.m @ 11375:572a318eb715
unimplemented.m: Remove isprop() form list of unimplemented functions.
author | Ben Abbott <bpabbott@mac.com> |
---|---|
date | Thu, 16 Dec 2010 19:57:13 -0500 |
parents | 4f399d91eb32 |
children | ed74d1fbdc2f |
line wrap: on
line diff
--- a/scripts/miscellaneous/unimplemented.m +++ b/scripts/miscellaneous/unimplemented.m @@ -29,7 +29,7 @@ ## Some smarter cases, add more as needed. switch (fcn) - case "quad2d" + case "quad2d" txt = ["quad2d is not implemented. Consider using dblquad."]; case "gsvd" @@ -237,7 +237,6 @@ "isjava", "isocaps", "ispref", - "isprop", "isstudent", "javaArray", "javaMethod",