Removed dead code

This commit is contained in:
Robert Osfield 2016-07-06 20:36:50 +01:00
parent f99408f254
commit c820b611ed

View File

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