diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-04-09 20:11:21 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-04-10 16:21:41 +0200 |
commit | 5e7c0378c21a1a06eefecec4b29b4ae5f9ae4707 (patch) | |
tree | 254d5d96d229971f1b39954c4ffde81534eaaab5 | |
parent | 6df71b906e201aaed49d5659dc6b42ebe80eb9f0 (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
-rw-r--r-- | slideshow/source/engine/OGLTrans/mac/OGLTrans_TransitionerImpl.mm | 3 |
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> |