[gimp] app: Remove deprecated "babl-tolerance" setting



commit 71bddaa23c70007b789a45c36203df6cab207e0b
Author: Daniel Sabo <DanielSabo gmail com>
Date:   Sat Oct 19 17:02:04 2013 -0700

    app: Remove deprecated "babl-tolerance" setting

 app/gegl/gimp-gegl.c |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)
---
diff --git a/app/gegl/gimp-gegl.c b/app/gegl/gimp-gegl.c
index 84e592e..eaef90c 100644
--- a/app/gegl/gimp-gegl.c
+++ b/app/gegl/gimp-gegl.c
@@ -60,14 +60,6 @@ gimp_gegl_init (Gimp *gimp)
                 "use-opencl",      config->use_opencl,
                 NULL);
 
-  /* turn down the precision of babl - permitting use of lookup tables for
-   * gamma conversions, this precision is anyways high enough for both 8bit
-   * and 16bit operation
-   */
-  g_object_set (gegl_config (),
-                "babl-tolerance", 0.00015,
-                NULL);
-
   g_signal_connect (config, "notify::tile-cache-size",
                     G_CALLBACK (gimp_gegl_notify_tile_cache_size),
                     NULL);


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