diff --git a/apps/OpenSpace/main.cpp b/apps/OpenSpace/main.cpp index b78007fd72..ff713b447a 100644 --- a/apps/OpenSpace/main.cpp +++ b/apps/OpenSpace/main.cpp @@ -290,18 +290,6 @@ void mainInitFunc() { openspace::global::openSpaceEngine.initializeGL(); LDEBUG("Initializing OpenGL in OpenSpace Engine finished"); - { - - //using namespace ghoul::opengl; - //std::unique_ptr 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.