summaryrefslogtreecommitdiff
path: root/canvas/source/directx/dx_winstuff.hxx
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/directx/dx_winstuff.hxx
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/directx/dx_winstuff.hxx')
-rw-r--r--canvas/source/directx/dx_winstuff.hxx4
1 files changed, 0 insertions, 4 deletions
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