diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-05-21 15:54:49 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-05-21 15:54:49 +0300 |
commit | 285422ff1e8161545649855f5c7f7df7f300fa45 (patch) | |
tree | b5427e02be2ca5d12bf313f88badaff09c55539b /slideshow | |
parent | bca3c4624945249f66e8aa8e669d89171e7ecb14 (diff) |
Drop OS2
Diffstat (limited to 'slideshow')
-rw-r--r-- | slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionerImpl.cxx | 2 | ||||
-rw-r--r-- | slideshow/source/engine/OGLTrans/win/OGLTrans_TransitionImpl.hxx | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionerImpl.cxx b/slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionerImpl.cxx index 08355e7b2111..ba84cd38d8b3 100644 --- a/slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionerImpl.cxx +++ b/slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionerImpl.cxx @@ -63,7 +63,6 @@ #if defined( WNT ) #define GL_TEXTURE_MAX_ANISOTROPY_EXT 0x84FE #define GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT 0x84FF -#elif defined( OS2 ) #elif defined( QUARTZ ) #include "premac.h" #include <Cocoa/Cocoa.h> @@ -212,7 +211,6 @@ private: HWND hWnd; HDC hDC; HGLRC hRC; -#elif defined( OS2 ) #elif defined( QUARTZ ) #elif defined( UNX ) unx::Display* dpy; diff --git a/slideshow/source/engine/OGLTrans/win/OGLTrans_TransitionImpl.hxx b/slideshow/source/engine/OGLTrans/win/OGLTrans_TransitionImpl.hxx index 504a96bac35e..d9cb6ca6c16a 100644 --- a/slideshow/source/engine/OGLTrans/win/OGLTrans_TransitionImpl.hxx +++ b/slideshow/source/engine/OGLTrans/win/OGLTrans_TransitionImpl.hxx @@ -32,7 +32,6 @@ #include <basegfx/vector/b3dvector.hxx> #if defined( WNT ) -#elif defined( OS2 ) #elif defined( QUARTZ ) #include <OpenGL/gl.h> #elif defined( UNX ) && !defined( QUARTZ ) |