From c49edf00979f1f89a3b3a2bc783d543f6d3754f5 Mon Sep 17 00:00:00 2001 From: Neil Roberts Date: Thu, 12 Nov 2009 17:00:15 +0000 Subject: [PATCH] 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. --- cogl/cogl-internal.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/cogl/cogl-internal.h b/cogl/cogl-internal.h index a920a9785..714b75d19 100644 --- a/cogl/cogl-internal.h +++ b/cogl/cogl-internal.h @@ -109,8 +109,6 @@ _cogl_get_texture_unit (int index_); void _cogl_destroy_texture_units (void); -void _cogl_flush_matrix_stacks (void); - void _cogl_flush_face_winding (void);