diff --git a/include/amici/solver.h b/include/amici/solver.h index 5aa2d7830e..f7cde1efa0 100644 --- a/include/amici/solver.h +++ b/include/amici/solver.h @@ -1868,10 +1868,6 @@ class Solver { /** maximum number of allowed Newton steps for steady state computation */ long int newton_maxsteps_{0L}; - /** maximum number of allowed linear steps per Newton step for steady state - * computation */ - long int newton_maxlinsteps_{0L}; - /** Damping factor state used int the Newton method */ NewtonDampingFactorMode newton_damping_factor_mode_{ NewtonDampingFactorMode::on