Remove invalid file.
Fix compilation.
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
git add *
|
||||
git commit -m %1
|
||||
git push origin master
|
||||
@@ -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;
|
||||
|
||||
@@ -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
Reference in New Issue
Block a user