reftest: Stop setting GDK_RENDERING

That environment variable isn't used anymore.
This commit is contained in:
Matthias Clasen 2021-11-03 20:40:22 -04:00
parent df12a41cbb
commit 97365a8ffe

View File

@ -506,12 +506,6 @@ main (int argc, char **argv)
const char *basedir;
int result;
/* I don't want to fight fuzzy scaling algorithms in GPUs,
* so unless you explicitly set it to something else, we
* will use Cairo's image surface.
*/
g_setenv ("GDK_RENDERING", "image", FALSE);
if (!parse_command_line (&argc, &argv))
return 1;