gegl r3016 - in trunk: . gegl/graph
- From: martinn svn gnome org
- To: svn-commits-list gnome org
- Subject: gegl r3016 - in trunk: . gegl/graph
- Date: Fri, 10 Apr 2009 18:33:22 +0000 (UTC)
Author: martinn
Date: Fri Apr 10 18:33:21 2009
New Revision: 3016
URL: http://svn.gnome.org/viewvc/gegl?rev=3016&view=rev
Log:
Remove unused GeglNode::enabled member
Modified:
trunk/ChangeLog
trunk/gegl/graph/gegl-node.c
trunk/gegl/graph/gegl-node.h
Modified: trunk/gegl/graph/gegl-node.c
==============================================================================
--- trunk/gegl/graph/gegl-node.c (original)
+++ trunk/gegl/graph/gegl-node.c Fri Apr 10 18:33:21 2009
@@ -201,7 +201,6 @@
self->sinks = NULL;
self->sources = NULL;
self->operation = NULL;
- self->enabled = TRUE;
self->is_graph = FALSE;
self->cache = NULL;
Modified: trunk/gegl/graph/gegl-node.h
==============================================================================
--- trunk/gegl/graph/gegl-node.h (original)
+++ trunk/gegl/graph/gegl-node.h Fri Apr 10 18:33:21 2009
@@ -50,8 +50,6 @@
GSList *sources;
GSList *sinks;
- gboolean enabled;
-
gboolean is_graph;
GeglCache *cache; /* For a node, the cache should be created at
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]