Mercurial > hg > octave-lyh
diff scripts/miscellaneous/unimplemented.m @ 10656:ca836bcdf85e
don't mention onCleanup an missing
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Tue, 25 May 2010 11:50:24 +0200 |
parents | 537d9fbba9c0 |
children | c318b70bf437 |
line wrap: on
line diff
--- a/scripts/miscellaneous/unimplemented.m +++ b/scripts/miscellaneous/unimplemented.m @@ -26,10 +26,6 @@ ## Some smarter cases, add more as needed. switch (fcn) - case "onCleanup" - txt = ["onCleanup is not implemented. Consider using unwind_protect, ",... - "which is more versatile. For more info, type @code{help unwind_protect}."]; - case "textscan" txt = ["textscan is not implemented. Consider using textread or sscanf."]; @@ -296,7 +292,6 @@ "odeget", "odeset", "odextend", - "onCleanup", "open", "openfig", "opengl",