gegl r3020 - in trunk: . gegl/graph



Author: martinn
Date: Fri Apr 10 18:42:42 2009
New Revision: 3020
URL: http://svn.gnome.org/viewvc/gegl?rev=3020&view=rev

Log:
Remove gegl_node_lock() and gegl_node_unlock() prototypes

They are not defined and should have been removed along with the mutex

Modified:
   trunk/ChangeLog
   trunk/gegl/graph/gegl-node.h

Modified: trunk/gegl/graph/gegl-node.h
==============================================================================
--- trunk/gegl/graph/gegl-node.h	(original)
+++ trunk/gegl/graph/gegl-node.h	Fri Apr 10 18:42:42 2009
@@ -224,8 +224,6 @@
 void          gegl_node_set_name            (GeglNode      *self,
                                              const gchar   *name);
 
-void          gegl_node_lock                (GeglNode *node);
-void          gegl_node_unlock              (GeglNode *node);
 
 G_END_DECLS
 



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