Remove unused code

This commit is contained in:
Alexander Bock
2019-05-27 10:47:23 +02:00
parent 515e6e7105
commit 1f861d8ed5

View File

@@ -290,18 +290,6 @@ void mainInitFunc() {
openspace::global::openSpaceEngine.initializeGL();
LDEBUG("Initializing OpenGL in OpenSpace Engine finished");
{
//using namespace ghoul::opengl;
//std::unique_ptr<ghoul::opengl::Texture> t = ghoul::io::TextureReader::ref().loadTexture(absPath("${DATA}/openspace-icon.png"));
//GLFWimage icons[1];
//icons[0].pixels =
}
// Find if we have at least one OpenVR window
// Save reference to first OpenVR window, which is the one we will copy to the HMD.