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:
Robert Bragg 2011-02-22 17:30:54 +00:00
parent e381a159a7
commit 8177afae05

View File

@ -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);