summaryrefslogtreecommitdiff
path: root/sc/source/core/opencl
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-10-28 13:19:25 +0200
committerTor Lillqvist <tml@collabora.com>2014-10-28 13:19:25 +0200
commitcce9bc2390090e695727fea48238f1a86083aa45 (patch)
treef22d78e704565fb6d09eee510a1f4c894250853c /sc/source/core/opencl
parent726ff5d2e87a918621aa3c072cdf8f23022ac614 (diff)
Bin unused macros
Change-Id: I71aa24b21d7f39fd5ae65615a94a70ab3a8ed4e2
Diffstat (limited to 'sc/source/core/opencl')
-rw-r--r--sc/source/core/opencl/openclwrapper.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sc/source/core/opencl/openclwrapper.hxx b/sc/source/core/opencl/openclwrapper.hxx
index 538bec1fcd36..f03acc2da387 100644
--- a/sc/source/core/opencl/openclwrapper.hxx
+++ b/sc/source/core/opencl/openclwrapper.hxx
@@ -23,11 +23,6 @@
#include "clcc/clew.h"
-#define MaxTextExtent 4096
-//support AMD opencl
-#define CL_QUEUE_THREAD_HANDLE_AMD 0x403E
-#define CL_MAP_WRITE_INVALIDATE_REGION (1 << 2)
-
#define CHECK_OPENCL(status,name) \
if( status != CL_SUCCESS ) \
{ \