[Libreoffice-commits] core.git: canvas/source

Stephan Bergmann sbergman at redhat.com
Fri Aug 8 01:08:31 PDT 2014


 canvas/source/opengl/ogl_canvashelper.cxx |    2 --
 canvas/source/opengl/ogl_canvastools.cxx  |    2 --
 canvas/source/opengl/ogl_texturecache.cxx |    2 --
 3 files changed, 6 deletions(-)

New commits:
commit ac7e26e3a963c0c6d4b193a7dfc4d3e3e61efd31
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Aug 8 10:07:47 2014 +0200

    -Werror,-Wunused-macros
    
    Change-Id: I614e1736844637eb0a5bab3830473c36d7999426

diff --git a/canvas/source/opengl/ogl_canvashelper.cxx b/canvas/source/opengl/ogl_canvashelper.cxx
index f869179..a5ee6bc6 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 bc5a147..8144e43 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 426e69c..5fe3581 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>


More information about the Libreoffice-commits mailing list