SelectionHelper has an unused parameter

Good catch!

Since SelectionHelper is not a frequently used class in the examples folder, it’s okay to just remove the parameter without deprecation warning. Especially since it is a bit hacky to implement one. I think a note in the migration guide should be sufficient.

Would you like to create a PR with the fix?