diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-08-08 10:07:47 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-08-08 10:07:47 +0200 |
commit | ac7e26e3a963c0c6d4b193a7dfc4d3e3e61efd31 (patch) | |
tree | bce4e5585f4deee967f7131f4c22eabadf2e5dc6 /canvas | |
parent | 3293bfff71748af714b7dfde50476d4db86510d2 (diff) |
-Werror,-Wunused-macros
Change-Id: I614e1736844637eb0a5bab3830473c36d7999426
Diffstat (limited to 'canvas')
-rw-r--r-- | canvas/source/opengl/ogl_canvashelper.cxx | 2 | ||||
-rw-r--r-- | canvas/source/opengl/ogl_canvastools.cxx | 2 | ||||
-rw-r--r-- | canvas/source/opengl/ogl_texturecache.cxx | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/canvas/source/opengl/ogl_canvashelper.cxx b/canvas/source/opengl/ogl_canvashelper.cxx index f86917999801..a5ee6bc63c66 100644 --- a/canvas/source/opengl/ogl_canvashelper.cxx +++ b/canvas/source/opengl/ogl_canvashelper.cxx @@ -7,8 +7,6 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#define GL_GLEXT_PROTOTYPES - #include "ogl_canvashelper.hxx" #include <rtl/crc.h> diff --git a/canvas/source/opengl/ogl_canvastools.cxx b/canvas/source/opengl/ogl_canvastools.cxx index bc5a1476e8d3..8144e43f5fd2 100644 --- a/canvas/source/opengl/ogl_canvastools.cxx +++ b/canvas/source/opengl/ogl_canvastools.cxx @@ -7,8 +7,6 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#define GL_GLEXT_PROTOTYPES - #include "ogl_canvastools.hxx" #include <canvas/debug.hxx> diff --git a/canvas/source/opengl/ogl_texturecache.cxx b/canvas/source/opengl/ogl_texturecache.cxx index 426e69c36997..5fe3581d4179 100644 --- a/canvas/source/opengl/ogl_texturecache.cxx +++ b/canvas/source/opengl/ogl_texturecache.cxx @@ -7,8 +7,6 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#define GL_GLEXT_PROTOTYPES - #include "ogl_texturecache.hxx" #include <com/sun/star/geometry/IntegerSize2D.hpp> |