Removed dead code

This commit is contained in:
Robert Osfield
2016-06-27 17:38:32 +01:00
parent 7778894767
commit 89c6fac40a

View File

@@ -150,7 +150,6 @@ static JSONValue<std::string>* getBlendFuncMode(GLenum mode) {
default:
return new JSONValue<std::string>("ONE");
}
return new JSONValue<std::string>("ONE");
}
static JSONValue<std::string>* getJSONFilterMode(osg::Texture::FilterMode mode)