mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 06:00:22 +00:00
reftest: Stop setting GDK_RENDERING
That environment variable isn't used anymore.
This commit is contained in:
parent
df12a41cbb
commit
97365a8ffe
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user