Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2019-05-21 14:14:33 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-05-23 12:10:13 +0300
commit37e72822c11564bd4211b06e25c51e65421f3fb9 (patch)
tree30710b4abfab9e5042130f4f3de98fc8945ed3bd /source
parente88654c31bd7ac5f1060e2cc589fe17ca16a26cc (diff)
Cleanup: remove redundant separators
Diffstat (limited to 'source')
-rw-r--r--source/blender/blenloader/intern/readfile.c6
1 files changed, 0 insertions, 6 deletions
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 ******************** */
-
/** \} */
/* -------------------------------------------------------------------- */