cogl: Remove declaration for long gone function

It was removed in 2011, but the declaration lingered. Until now.

https://gitlab.gnome.org/GNOME/mutter/merge_requests/935
This commit is contained in:
Jonas Ådahl 2019-11-22 16:32:16 +01:00 committed by Georges Basile Stavracas Neto
parent ae4ae61a5f
commit 30964051fe

View File

@ -94,9 +94,6 @@ _cogl_transform_point (const CoglMatrix *matrix_mv,
gboolean
_cogl_check_extension (const char *name, char * const *ext);
void
_cogl_clear (const CoglColor *color, unsigned long buffers);
void
_cogl_init (void);