mirror of
https://github.com/brl/mutter.git
synced 2025-06-12 16:33:58 +00:00

Recently _cogl_swap_buffers_notify was added (in142b229c5c
) so that Cogl would be notified when Clutter performs a swap buffers request for a given onscreen framebuffer. It was expected this would be required for the recent cogl_read_pixel optimization that was implemented (ref1bdb0e6e98
) but in the end it wasn't used. Since it wasn't used in the end this patch removes the API.