summaryrefslogtreecommitdiff
path: root/sc/source/core/opencl
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-10-28 13:21:52 +0200
committerTor Lillqvist <tml@collabora.com>2014-10-28 13:21:52 +0200
commitc22b6d1d13c161b6c0acbec8cf80334d517c2886 (patch)
tree39688537d1c6a3a4f03bcd8d69fe98d429000017 /sc/source/core/opencl
parentcce9bc2390090e695727fea48238f1a86083aa45 (diff)
Bin unused macros
Change-Id: I3a9ae0187e7421aaccdbdd93b5a9c916bfbbc738
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 f03acc2da387..d1b744fbf19f 100644
--- a/sc/source/core/opencl/openclwrapper.hxx
+++ b/sc/source/core/opencl/openclwrapper.hxx
@@ -30,10 +30,8 @@ if( status != CL_SUCCESS ) \
return false; \
}
-#define MAX_KERNEL_STRING_LEN 64
#define MAX_CLFILE_NUM 50
#define MAX_CLKERNEL_NUM 200
-#define MAX_KERNEL_NAME_LEN 64
#if defined(_MSC_VER)
#ifndef strcasecmp