Fix compilation.

Remove unused file.
This commit is contained in:
Syoyo Fujita
2017-12-12 17:30:59 +09:00
parent dc542d6638
commit 583590767e
3 changed files with 47 additions and 39 deletions

View File

@@ -361,7 +361,7 @@ static bool TestStreamLoadObj() {
virtual ~MaterialStringStreamReader() {}
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;
std::string warning;