#11042 octave: Remove deprecated error_state object

This commit is contained in:
Magne Sjaastad
2024-01-11 07:55:48 +01:00
parent f907c6bdff
commit d065c8e1e0
3 changed files with 0 additions and 24 deletions

View File

@@ -135,14 +135,6 @@ DEFUN_DLD (riSetActiveCellProperty, args, nargout,
Matrix propertyFrames = args(0).matrix_value();
if (error_state)
{
error("riSetActiveCellProperty: The supplied first argument is not a valid Matrix");
print_usage();
return octave_value_list ();
}
dim_vector mxDims = propertyFrames.dims();
if (mxDims.length() != 2)