diff -r 4c41bfe2ec6e -r 1de2b8d64e9f src/gl/partrenderer.h --- a/src/gl/partrenderer.h Sun Jan 26 14:29:30 2020 +0200 +++ b/src/gl/partrenderer.h Tue Jan 28 23:34:49 2020 +0200 @@ -41,8 +41,6 @@ static constexpr double MAX_ZOOM = 3.0; double zoom = 1.0; bool initialized = false; - void initializeLighting(); void renderVao(const gl::ArrayClass arrayClass); void checkForGLErrors(); - glm::mat4 modelMatrix() const; };