mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 16:10:41 -05:00
Remove unused _cogl_framebuffer_get_winsys
Unused since 4f3b57c841
("cogl/onscreen: Move buffer age getter vfunc
to class").
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3178>
This commit is contained in:
parent
4238a4c30b
commit
935cb48f71
@ -155,9 +155,6 @@ cogl_framebuffer_get_internal_format (CoglFramebuffer *framebuffer);
|
||||
|
||||
void _cogl_framebuffer_free (CoglFramebuffer *framebuffer);
|
||||
|
||||
const CoglWinsysVtable *
|
||||
_cogl_framebuffer_get_winsys (CoglFramebuffer *framebuffer);
|
||||
|
||||
void
|
||||
_cogl_framebuffer_clear_without_flush4f (CoglFramebuffer *framebuffer,
|
||||
unsigned long buffers,
|
||||
|
@ -416,15 +416,6 @@ cogl_framebuffer_class_init (CoglFramebufferClass *klass)
|
||||
0);
|
||||
}
|
||||
|
||||
const CoglWinsysVtable *
|
||||
_cogl_framebuffer_get_winsys (CoglFramebuffer *framebuffer)
|
||||
{
|
||||
CoglFramebufferPrivate *priv =
|
||||
cogl_framebuffer_get_instance_private (framebuffer);
|
||||
|
||||
return priv->context->display->renderer->winsys_vtable;
|
||||
}
|
||||
|
||||
/* This version of cogl_clear can be used internally as an alternative
|
||||
* to avoid flushing the journal or the framebuffer state. This is
|
||||
* needed when doing operations that may be called while flushing
|
||||
|
Loading…
Reference in New Issue
Block a user