[Bf-blender-cvs] [37e72822c11] master: Cleanup: remove redundant separators

Campbell Barton noreply at git.blender.org
Thu May 23 11:15:09 CEST 2019


Commit: 37e72822c11564bd4211b06e25c51e65421f3fb9
Author: Campbell Barton
Date:   Tue May 21 21:14:33 2019 +1000
Branches: master
https://developer.blender.org/rB37e72822c11564bd4211b06e25c51e65421f3fb9

Cleanup: remove redundant separators

===================================================================

M	source/blender/blenloader/intern/readfile.c

===================================================================

diff --git a/source/blender/blenloader/intern/readfile.c b/source/blender/blenloader/intern/readfile.c
index 493a66b0f8b..36f3bcb1996 100644
--- a/source/blender/blenloader/intern/readfile.c
+++ b/source/blender/blenloader/intern/readfile.c
@@ -4118,8 +4118,6 @@ static void direct_link_world(FileData *fd, World *wrld)
   BLI_listbase_clear(&wrld->gpumaterial);
 }
 
-/* ************ READ VFONT ***************** */
-
 /** \} */
 
 /* -------------------------------------------------------------------- */
@@ -8661,8 +8659,6 @@ static void lib_link_mask(FileData *fd, Main *main)
   }
 }
 
-/* ************ READ LINE STYLE ***************** */
-
 /** \} */
 
 /* -------------------------------------------------------------------- */
@@ -8921,8 +8917,6 @@ static void direct_link_linestyle(FileData *fd, FreestyleLineStyle *linestyle)
   }
 }
 
-/* ************** GENERAL & MAIN ******************** */
-
 /** \} */
 
 /* -------------------------------------------------------------------- */



More information about the Bf-blender-cvs mailing list