summaryrefslogtreecommitdiff
path: root/slideshow
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-09 20:11:21 +0200
committerMichael Stahl <mstahl@redhat.com>2013-04-10 16:21:41 +0200
commit5e7c0378c21a1a06eefecec4b29b4ae5f9ae4707 (patch)
tree254d5d96d229971f1b39954c4ffde81534eaaab5 /slideshow
parent6df71b906e201aaed49d5659dc6b42ebe80eb9f0 (diff)
slideshow: that define causes -Wunused-macros with 10.6 SDK too
So since that is the new baseline let's get rid of it. Change-Id: I20e921afca5e66f22d5403f383fb9fd5f0591142
Diffstat (limited to 'slideshow')
-rw-r--r--slideshow/source/engine/OGLTrans/mac/OGLTrans_TransitionerImpl.mm3
1 files changed, 0 insertions, 3 deletions
diff --git a/slideshow/source/engine/OGLTrans/mac/OGLTrans_TransitionerImpl.mm b/slideshow/source/engine/OGLTrans/mac/OGLTrans_TransitionerImpl.mm
index d2421a359f12..70417c780d43 100644
--- a/slideshow/source/engine/OGLTrans/mac/OGLTrans_TransitionerImpl.mm
+++ b/slideshow/source/engine/OGLTrans/mac/OGLTrans_TransitionerImpl.mm
@@ -28,9 +28,6 @@
#include "sal/config.h"
-#if MACOSX_SDK_VERSION < 1070
-#define GLX_GLXEXT_PROTOTYPES 1
-#endif
#include "OGLTrans_TransitionImpl.hxx"
#include <com/sun/star/beans/XFastPropertySet.hpp>