diff options
Diffstat (limited to 'include/vcl/opengl/OpenGLHelper.hxx')
-rw-r--r-- | include/vcl/opengl/OpenGLHelper.hxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/vcl/opengl/OpenGLHelper.hxx b/include/vcl/opengl/OpenGLHelper.hxx index 87a71fac5ab9..f80d34b887fb 100644 --- a/include/vcl/opengl/OpenGLHelper.hxx +++ b/include/vcl/opengl/OpenGLHelper.hxx @@ -11,14 +11,11 @@ #define INCLUDED_VCL_OPENGL_OPENGLHELPER_HXX #include <GL/glew.h> -#include "glm/glm.hpp" #include <vcl/vclopengl_dllapi.hxx> #include <vcl/bitmapex.hxx> #include <rtl/ustring.hxx> -#include <ostream> - class VCLOPENGL_DLLPUBLIC OpenGLHelper { public: @@ -41,10 +38,6 @@ public: static float getGLVersion(); }; -VCLOPENGL_DLLPUBLIC std::ostream& operator<<(std::ostream& rStrm, const glm::mat4& rMatrix); -VCLOPENGL_DLLPUBLIC std::ostream& operator<<(std::ostream& rStrm, const glm::vec4& rPos); -VCLOPENGL_DLLPUBLIC std::ostream& operator<<(std::ostream& rStrm, const glm::vec3& rPos); - #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |