[gegl/soc-2012-editor] gegl-config: don't initialize twice the config with different parameters
- From: Isaac Wagner <isaacbw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl/soc-2012-editor] gegl-config: don't initialize twice the config with different parameters
- Date: Tue, 5 Jun 2012 00:13:09 +0000 (UTC)
commit ca339ff7139c28282a38e4162532ff42d2038f53
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]