[gegl] Revert "Initialize babl in gegl_cl_init"
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] Revert "Initialize babl in gegl_cl_init"
- Date: Wed, 5 Dec 2012 19:17:20 +0000 (UTC)
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]