Remove invalid file.

Fix compilation.
This commit is contained in:
Syoyo Fujita
2017-12-10 00:35:02 +09:00
parent 05f06d09d8
commit b2ad2cd11e
4 changed files with 776 additions and 847 deletions

View File

@@ -303,7 +303,7 @@ std::string matStream(
virtual bool operator() (
const std::string& matId,
std::vector<material_t>* materials,
std::map<std::string, int>* matMap,
std::map<unsigned int, int>* matMap,
std::string* err)
{
(void)matId;