summaryrefslogtreecommitdiff
path: root/sc/source/core/opencl
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-07-04 13:33:22 +0300
committerTor Lillqvist <tml@iki.fi>2013-07-04 15:48:33 +0300
commit3535c21bc6d90bce3b86cb60ea02e549c1cf8cc1 (patch)
tree3ffb3317b1ed91d7da6d0edb8cb80117933508e7 /sc/source/core/opencl
parentba9f29d566598b5cee35984c80a06359212dff94 (diff)
CL_MAP_WRITE_INVALIDATE_REGION is not used
Change-Id: Ib7bb60c26dee4a78e19dbc84cd1f8fb61d656a72
Diffstat (limited to 'sc/source/core/opencl')
-rw-r--r--sc/source/core/opencl/openclwrapper.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/core/opencl/openclwrapper.hxx b/sc/source/core/opencl/openclwrapper.hxx
index a4595454ab91..4494b50c7045 100644
--- a/sc/source/core/opencl/openclwrapper.hxx
+++ b/sc/source/core/opencl/openclwrapper.hxx
@@ -19,8 +19,6 @@
#endif
#define MaxTextExtent 4096
-//support AMD opencl
-#define CL_MAP_WRITE_INVALIDATE_REGION (1 << 2)
#if defined(_MSC_VER)
#ifndef strcasecmp