[gegl] Revert "Initialize babl in gegl_cl_init"



commit b105b783dadb603265a3fe7db510e881746a80fc
Author: Michael Natterer <mitch gimp org>
Date:   Wed Dec 5 20:15:26 2012 +0100

    Revert "Initialize babl in gegl_cl_init"
    
    This reverts commit 818b3673797ac411f11815d90f7ef5764558356b.
    
    Can't call babl_init() without a corresponding babl_exit(),
    or it becomes impossible to get babl stats.

 gegl/opencl/gegl-cl-init.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/gegl/opencl/gegl-cl-init.c b/gegl/opencl/gegl-cl-init.c
index 076748b..6a3bc42 100644
--- a/gegl/opencl/gegl-cl-init.c
+++ b/gegl/opencl/gegl-cl-init.c
@@ -225,8 +225,6 @@ gegl_cl_init (GError **error)
         GModule *module;
       #endif
 
-      babl_init();
-
       #ifdef G_OS_WIN32
         module = LoadLibrary ("OpenCL.dll");
       #else



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