Remove dead code.

pull/4140/head
Kim Kulling 2021-10-26 22:06:10 +02:00 committed by GitHub
parent f81d7c0b3e
commit e01b488075
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -159,7 +159,6 @@ bool parseColor(const char *color, aiColor4D &diffuse) {
return false;
}
//const char *buf(color);
if ('#' != color[0]) {
return false;
}