mirror of
https://github.com/brl/mutter.git
synced 2025-01-23 18:09:10 +00:00
53d9e88135
This function is called when the backend is being disposed - as a way of releasing all ClutterShader. This doesn't take into account three things: - ClutterShader is deprecated - the Backend is *never* disposed - once the process terminates, all its resources are automatically released by the OS So the _clutter_shader_release_all() function is a pointless exercise in futility.