Remove _cogl_flush_matrix_stacks from cogl-internal.h

The definition for this function was removed in f7d64e5abvoid so it
should be removed from the header too.
This commit is contained in:
Neil Roberts 2009-11-12 17:00:15 +00:00
parent 57d9c3c668
commit c49edf0097

View File

@ -109,8 +109,6 @@ _cogl_get_texture_unit (int index_);
void void
_cogl_destroy_texture_units (void); _cogl_destroy_texture_units (void);
void _cogl_flush_matrix_stacks (void);
void void
_cogl_flush_face_winding (void); _cogl_flush_face_winding (void);