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

@@ -1,3 +0,0 @@
git add *
git commit -m %1
git push origin master

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;

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;

File diff suppressed because it is too large Load Diff