simgear/scene/model/SGReaderWriterXML.cxx: removed unused static variable.
This commit is contained in:
parent
edb1f8b9f8
commit
b888a46e67
@ -89,7 +89,6 @@ SGReaderWriterXML::readNode(const std::string& name,
|
|||||||
return ReadResult::FILE_NOT_FOUND;
|
return ReadResult::FILE_NOT_FOUND;
|
||||||
}
|
}
|
||||||
|
|
||||||
static std::tuple<int, osg::Node *> retval;
|
|
||||||
int num_anims;
|
int num_anims;
|
||||||
std::tie(num_anims, result) = sgLoad3DModel_internal(p, options);
|
std::tie(num_anims, result) = sgLoad3DModel_internal(p, options);
|
||||||
} catch (const sg_exception &t) {
|
} catch (const sg_exception &t) {
|
||||||
|
Loading…
Reference in New Issue
Block a user