mirror of
https://github.com/brl/mutter.git
synced 2024-11-27 02:20:43 -05: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:
parent
34467e5c6a
commit
50c1fc6291
@ -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 */
|
||||||
|
Loading…
Reference in New Issue
Block a user