Remove unneeded comment.

This commit is contained in:
Shinsuke Irie 2014-05-11 22:26:20 +09:00
parent f3ae9ce48a
commit c721f9a9f4
1 changed files with 1 additions and 1 deletions

View File

@ -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)