cogl-matrix-stack: Convert to be a CoglObject

We will want to use ref-counting on the CoglMatrixStack so it might as
well be a CoglObject.
This commit is contained in:
Neil Roberts
2010-12-10 16:06:16 +00:00
parent d678125dd4
commit c11f72fd6d
4 changed files with 13 additions and 9 deletions

View File

@ -42,9 +42,6 @@ typedef enum {
CoglMatrixStack *
_cogl_matrix_stack_new (void);
void
_cogl_matrix_stack_destroy (CoglMatrixStack *stack);
void
_cogl_matrix_stack_push (CoglMatrixStack *stack);