Commit: c721f9a9f454b601e81448336a8fd7b01e204de3
Author: IRIE Shinsuke
Date:   Sun May 11 22:26:20 2014 +0900
https://developer.blender.org/rBc721f9a9f454b601e81448336a8fd7b01e204de3

Remove unneeded comment.

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

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

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

diff --git a/source/blender/blenloader/intern/versioning_270.c 
b/source/blender/blenloader/intern/versioning_270.c
index a6cd854..ada32aa 100644
--- a/source/blender/blenloader/intern/versioning_270.c
+++ b/source/blender/blenloader/intern/versioning_270.c
@@ -251,7 +251,7 @@ void blo_do_versions_270(FileData *fd, Library 
*UNUSED(lib), Main *main)
                }
        }
 
-       if (!DNA_struct_elem_find(fd->filesdna, "Material", "int", "mode2")) { 
/* will be replaced with version check when other new flag is added to mode2 */
+       if (!DNA_struct_elem_find(fd->filesdna, "Material", "int", "mode2")) {
                Material *ma;
 
                for (ma = main->mat.first; ma; ma = ma->id.next)

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to