This class was just used to hold some functions which can just as well be declared static outside of any class. It was never even instantiated. Removing the class removes some indirection in this file that made the code less readability, and avoids misleading readers. Pull Request: https://projects.blender.org/blender/blender/pulls/119137