mirror of
https://github.com/brl/mutter.git
synced 2025-03-24 20:23:56 +00:00

Mutter didn't use the APIs for resizeability of CoglOnscreens but managed the size itself. For the native backend we don't ever resize onscreens. Thus, remove this unused functionality. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1514>