Remove dead code.
parent
f81d7c0b3e
commit
e01b488075
|
@ -159,7 +159,6 @@ bool parseColor(const char *color, aiColor4D &diffuse) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
//const char *buf(color);
|
|
||||||
if ('#' != color[0]) {
|
if ('#' != color[0]) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue