[gegl] gegl-config: don't initialize twice the config with different parameters
- From: Michael Murà <mmure src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] gegl-config: don't initialize twice the config with different parameters
- Date: Sat, 12 May 2012 11:17:17 +0000 (UTC)
commit 261842dd93713e8017d83ec5aed7c581482774d3
Author: Michael Murà <mure michael gmail com>
Date: Sat May 12 17:40:38 2012 +0900
gegl-config: don't initialize twice the config with different parameters
gegl/gegl-config.c | 8 --------
1 files changed, 0 insertions(+), 8 deletions(-)
---
diff --git a/gegl/gegl-config.c b/gegl/gegl-config.c
index 531470e..d6dc8b9 100644
--- a/gegl/gegl-config.c
+++ b/gegl/gegl-config.c
@@ -246,12 +246,4 @@ gegl_config_class_init (GeglConfigClass *klass)
static void
gegl_config_init (GeglConfig *self)
{
- self->swap = NULL;
- self->quality = 1.0;
- self->cache_size = 256 * 1024 * 1024;
- self->chunk_size = 512 * 512;
- self->tile_width = 128;
- self->tile_height = 64;
- self->threads = 1;
- self->use_opencl = TRUE;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]