From 1f861d8ed51c1c0e75fbe503c485b8376e04ab2d Mon Sep 17 00:00:00 2001 From: Alexander Bock Date: Mon, 27 May 2019 10:47:23 +0200 Subject: [PATCH] Remove unused code --- apps/OpenSpace/main.cpp | 12 ------------ 1 file changed, 12 deletions(-) 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.