mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 09:30:45 -05:00
clutter/stage: Remove outdated comment
https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1489
This commit is contained in:
parent
feb8397c97
commit
cf9d06164d
@ -730,11 +730,6 @@ _cogl_util_get_eye_planes_for_screen_poly (float *polygon,
|
|||||||
tmp_poly,
|
tmp_poly,
|
||||||
n_vertices * 2);
|
n_vertices * 2);
|
||||||
|
|
||||||
/* XXX: It's quite ugly that we end up with these casts between
|
|
||||||
* Vector4 types and CoglVector3s, it might be better if the
|
|
||||||
* cogl_vector APIs just took pointers to floats.
|
|
||||||
*/
|
|
||||||
|
|
||||||
for (i = 0; i < n_vertices; i++)
|
for (i = 0; i < n_vertices; i++)
|
||||||
{
|
{
|
||||||
graphene_point3d_t p[3];
|
graphene_point3d_t p[3];
|
||||||
|
Loading…
Reference in New Issue
Block a user