summaryrefslogtreecommitdiff
path: root/canvas/source
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-12-10 18:22:28 +0100
committerMichael Stahl <mstahl@redhat.com>2014-12-10 18:23:21 +0100
commit7594c0c29d8f81c74d3e181e0197cf31c492a42e (patch)
tree8ea812d2c40b100c7559885365bafdf83d63b2a7 /canvas/source
parent55b68ad017d61f2fd4a3408632007880aabd05fe (diff)
canvas: DIRECTX_VERSION macro is obsolete
It was only checked by our own code, and only DirectX 9 is supported. Change-Id: I03035f87969301624df011cb4d76c6a9532f3c99
Diffstat (limited to 'canvas/source')
-rw-r--r--canvas/source/directx/dx_9rm.cxx4
-rw-r--r--canvas/source/directx/dx_winstuff.hxx4
2 files changed, 0 insertions, 8 deletions
diff --git a/canvas/source/directx/dx_9rm.cxx b/canvas/source/directx/dx_9rm.cxx
index f679bd1a7676..e9fd6664bd6f 100644
--- a/canvas/source/directx/dx_9rm.cxx
+++ b/canvas/source/directx/dx_9rm.cxx
@@ -18,8 +18,6 @@
*/
-#if DIRECTX_VERSION == 0x0900
-
#define MAX_TEXTURE_SIZE (2048)
#define MIN_TEXTURE_SIZE (32)
//#define FAKE_MAX_NUMBER_TEXTURES (2)
@@ -1342,6 +1340,4 @@ namespace dxcanvas
}
}
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/canvas/source/directx/dx_winstuff.hxx b/canvas/source/directx/dx_winstuff.hxx
index b7c9d8e3f74d..7b7f3c2c05bf 100644
--- a/canvas/source/directx/dx_winstuff.hxx
+++ b/canvas/source/directx/dx_winstuff.hxx
@@ -38,10 +38,6 @@
# define D3D_DEBUG_INFO
#endif
-#ifndef DIRECTX_VERSION
-#error please define for which directx version we should compile
-#endif
-
#if defined _MSC_VER
#pragma warning(push,1)
#endif