[gtk/wip/otte/macos-werror: 1/8] reftests: Remove GTK3 setting




commit 730aec0546bd4b15d82311e0e3cb7299a18c5324
Author: Benjamin Otte <otte redhat com>
Date:   Thu Nov 4 01:36:05 2021 +0100

    reftests: Remove GTK3 setting
    
    This environment variable no longer exists.

 testsuite/reftests/gtk-reftest.c | 6 ------
 1 file changed, 6 deletions(-)
---
diff --git a/testsuite/reftests/gtk-reftest.c b/testsuite/reftests/gtk-reftest.c
index b3f9774c73..2d0a9ae6ba 100644
--- a/testsuite/reftests/gtk-reftest.c
+++ b/testsuite/reftests/gtk-reftest.c
@@ -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;
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]