[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [48437] branches/soc-2012-swiss_cheese/ source/blender/editors/include/ED_node.h: Moved drawnodesnap and made it static, but did not remove its public declaration from a header file, so gcc complained.

Jason Wilkins Jason.A.Wilkins at gmail.com
Sat Jun 30 14:37:26 CEST 2012


Revision: 48437
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=48437
Author:   jwilkins
Date:     2012-06-30 12:37:24 +0000 (Sat, 30 Jun 2012)
Log Message:
-----------
Moved drawnodesnap and made it static, but did not remove its public declaration from a header file, so gcc complained.

Modified Paths:
--------------
    branches/soc-2012-swiss_cheese/source/blender/editors/include/ED_node.h

Modified: branches/soc-2012-swiss_cheese/source/blender/editors/include/ED_node.h
===================================================================
--- branches/soc-2012-swiss_cheese/source/blender/editors/include/ED_node.h	2012-06-30 12:37:16 UTC (rev 48436)
+++ branches/soc-2012-swiss_cheese/source/blender/editors/include/ED_node.h	2012-06-30 12:37:24 UTC (rev 48437)
@@ -53,8 +53,6 @@
 /* drawnode.c */
 void ED_init_node_butfuncs(void);
 
-void drawnodesnap(struct View2D *v2d, const float cent[2], float size, NodeBorder border);
-
 /* node_draw.c */
 void ED_node_tree_update(struct SpaceNode *snode, struct Scene *scene);
 void ED_node_changed_update(struct ID *id, struct bNode *node);




More information about the Bf-blender-cvs mailing list