mirror of
https://github.com/brl/mutter.git
synced 2025-08-03 15:14:46 +00:00
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:
@@ -65,8 +65,4 @@ cogl_enable (gulong flags);
|
|||||||
gulong
|
gulong
|
||||||
cogl_get_enable ();
|
cogl_get_enable ();
|
||||||
|
|
||||||
void
|
|
||||||
cogl_blend_func (COGLenum src_factor,
|
|
||||||
COGLenum dst_factor);
|
|
||||||
|
|
||||||
#endif /* __COGL_INTERNAL_H */
|
#endif /* __COGL_INTERNAL_H */
|
||||||
|
@@ -89,8 +89,4 @@ cogl_enable (gulong flags);
|
|||||||
gulong
|
gulong
|
||||||
cogl_get_enable ();
|
cogl_get_enable ();
|
||||||
|
|
||||||
void
|
|
||||||
cogl_blend_func (COGLenum src_factor,
|
|
||||||
COGLenum dst_factor);
|
|
||||||
|
|
||||||
#endif /* __COGL_INTERNAL_H */
|
#endif /* __COGL_INTERNAL_H */
|
||||||
|
Reference in New Issue
Block a user