Removes cogl_blend_func prototype from cogl-internal.h

cogl_blend_func was removed a while ago so this was just a left over from then
This commit is contained in:
Robert Bragg 2009-03-30 16:41:02 +01:00
parent f8ca841a8b
commit 8a2145eb8b
2 changed files with 0 additions and 8 deletions

View File

@ -65,8 +65,4 @@ cogl_enable (gulong flags);
gulong
cogl_get_enable ();
void
cogl_blend_func (COGLenum src_factor,
COGLenum dst_factor);
#endif /* __COGL_INTERNAL_H */

View File

@ -89,8 +89,4 @@ cogl_enable (gulong flags);
gulong
cogl_get_enable ();
void
cogl_blend_func (COGLenum src_factor,
COGLenum dst_factor);
#endif /* __COGL_INTERNAL_H */