Skip to content

Remove unused method arguments

Thomas Hutterer requested to merge 436460-rm-unused-args into master

What does this MR do and why?

Resolves #436460 (closed) by removing the unused method arguments for group_title. This is a follow-up to this discussion thread: !140370 (comment 1705521596)

How to set up and validate locally

  • Not much to do here. Go to any group page to make sure a regular call to this method (group_title(@group)) still works.
  • These arguments were not even covered by any specs, so no updates there. (This is also the reason why I remove them, "unused and untested...")
Edited by Thomas Hutterer

Merge request reports