remove unused _cogl_features_init prototype
There is no corresponding implementation of _cogl_features_init any more so it was simply an oversight that the prototype wasn't removed when the implementation was removed.
This commit is contained in:
parent
7fc6613fe9
commit
5c7ce809c1
@ -100,9 +100,6 @@ cogl_gl_error_to_string (GLenum error_code);
|
|||||||
#define COGL_ENABLE_COLOR_ARRAY (1<<3)
|
#define COGL_ENABLE_COLOR_ARRAY (1<<3)
|
||||||
#define COGL_ENABLE_BACKFACE_CULLING (1<<4)
|
#define COGL_ENABLE_BACKFACE_CULLING (1<<4)
|
||||||
|
|
||||||
void
|
|
||||||
_cogl_features_init (void);
|
|
||||||
|
|
||||||
int
|
int
|
||||||
_cogl_get_format_bpp (CoglPixelFormat format);
|
_cogl_get_format_bpp (CoglPixelFormat format);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user