[Bf-blender-cvs] CVS commit: blender/source/blender/src buttons_editing.c

Kent Mein mein at cs.umn.edu
Wed Sep 1 15:29:45 CEST 2004


sirdude (Kent Mein) 2004/09/01 15:29:45 CEST

  Modified files:
    blender/source/blender/src buttons_editing.c 
  
  Log:
  removed 3 forward declarations's inside of a fuction.
  They were not needed were for functions that were in the same .c file
  higher up and I think its sort of a non standard way of doing things.
  (using prototypes would probably be more inline with the other code but
  as I mentioned they are not needed and were causing warnings in gcc)
  
  Kent
  
  Revision  Changes    Path
  1.64      +0 -3      blender/source/blender/src/buttons_editing.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/buttons_editing.c.diff?r1=1.63&r2=1.64&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list