tests: Remove an outdated comment

It refers to a file that no longer exists.
This commit is contained in:
Matthias Clasen 2021-08-22 12:29:59 -04:00
parent 00763e5af3
commit ea31ae31c1

View File

@ -443,8 +443,6 @@ gsk_matrix_transform_rect (const graphene_matrix_t *m,
* determine if transforming an axis-aligned rectangle produces
* axis-aligned output, to decide whether to use linear
* interpolation or not.
*
* Keep this in sync with gsk/gl/gskglrenderer.c
*/
static gboolean
result_is_axis_aligned (GskTransform *transform,