From 5c7ce809c19b690773f3d0da6e47eb24d98480db Mon Sep 17 00:00:00 2001 From: Robert Bragg Date: Tue, 22 Feb 2011 17:30:54 +0000 Subject: [PATCH] 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. --- cogl/cogl-internal.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/cogl/cogl-internal.h b/cogl/cogl-internal.h index a3e993612..09f5cbcd8 100644 --- a/cogl/cogl-internal.h +++ b/cogl/cogl-internal.h @@ -100,9 +100,6 @@ cogl_gl_error_to_string (GLenum error_code); #define COGL_ENABLE_COLOR_ARRAY (1<<3) #define COGL_ENABLE_BACKFACE_CULLING (1<<4) -void -_cogl_features_init (void); - int _cogl_get_format_bpp (CoglPixelFormat format);