diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2013-01-10 23:25:45 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2013-01-10 23:53:42 +0200 |
commit | bb981d3687a490ccdba6897234c4abd9a17f778c (patch) | |
tree | 3c08bc541c85ffa9d5acf7c38eac6ae3ff9aba82 /slideshow | |
parent | b51d0ec93d11bd34766ef95dc09d8347cfbe86c6 (diff) |
We always define QUARTZ for Mac OS X
Change-Id: Ifc780f9afa0b52f260fdb7cb596db985d5bf0638
Diffstat (limited to 'slideshow')
-rw-r--r-- | slideshow/source/engine/OGLTrans/mac/OGLTrans_TransitionImpl.mm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/slideshow/source/engine/OGLTrans/mac/OGLTrans_TransitionImpl.mm b/slideshow/source/engine/OGLTrans/mac/OGLTrans_TransitionImpl.mm index b24717652f08..0d7fcbb5a514 100644 --- a/slideshow/source/engine/OGLTrans/mac/OGLTrans_TransitionImpl.mm +++ b/slideshow/source/engine/OGLTrans/mac/OGLTrans_TransitionImpl.mm @@ -35,11 +35,7 @@ typedef int NSColorRenderingIntent; #include "OGLTrans_TransitionImpl.hxx" #include "OGLTrans_Shaders.h" -#ifdef QUARTZ #include <OpenGL/gl.h> -#else -#include <GL/gl.h> -#endif #include <math.h> void OGLTransitionImpl::clear() |