removed commented code

This commit is contained in:
Michael Nilsson
2016-05-16 14:34:10 -04:00
parent ace6a91301
commit b3164d6a8b
+1 -9
View File
@@ -171,19 +171,11 @@ bool DataSphere::loadTexture(){
}
// _dataBuffer = "";
return false;
return texturesReady;
}
bool DataSphere::updateTexture(){
// if(_dataBuffer == ""){
// std::ifstream data(absPath("${OPENSPACE_DATA}/ionosphere_variables.json"));
// std::stringstream buffer;
// buffer << data.rdbuf();
// _dataBuffer = buffer.str();
// // loadTexture();
// return true;
// }
if(_futureObject.valid())
return false;