Closed gassmoeller closed 1 month ago
I split this PR from #6084. This PR contains most of the removal of deprecated functions in the source code, no input files should be affected by this PR (only user plugins that still use the deprecated functionality).
Not quite finished, do not review yet, but I need to stop for today and want to see the test results.
I thought 3.0 is a good opportunity to remove deprecated functions and parameters. I made sure to only remove items that were deprecated at least 2 releases (2-3 years) ago or before. There are still some items I cannot remove yet, because we didnt finish the deprecation properly (e.g. forgot to mark the function as deprecated, or left a lot of input files that still use the deprecated options).