summaryrefslogtreecommitdiff
path: root/sc/source/core/opencl/openclwrapper.cxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-09-30 22:46:38 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-10-01 01:49:16 +0200
commit25580075e08f2e20f0c842cf7da96e280884c9de (patch)
tree29f021a671a13574767d48a18e8945e13eb970b2 /sc/source/core/opencl/openclwrapper.cxx
parent6c7cc9b637ef77a606d27f62aa5cc7f19550962b (diff)
remove unused macros
Change-Id: I8f195cf6f8f6962d73171fec65b46fbd96f74613
Diffstat (limited to 'sc/source/core/opencl/openclwrapper.cxx')
-rw-r--r--sc/source/core/opencl/openclwrapper.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/sc/source/core/opencl/openclwrapper.cxx b/sc/source/core/opencl/openclwrapper.cxx
index b15dc736b948..58850cad4773 100644
--- a/sc/source/core/opencl/openclwrapper.cxx
+++ b/sc/source/core/opencl/openclwrapper.cxx
@@ -28,18 +28,6 @@
#ifdef WIN32
#include <Windows.h>
-
-#define TRUE 1
-#define FALSE 0
-
-#define OCL_INFO(str) \
- printf("[OCL_INFO] %s\n",str);
-#define OCL_ERROR(str) \
- fprintf(stderr,"[OCL_ERROR] %s\n",str);
-#define OCL_CHECK(value1,value2,str) \
- if(value1!=value2) \
- fprintf(stderr,"[OCL_ERROR] %s\n",str);
-
#define OPENCL_DLL_NAME "OpenCL.dll"
#elif defined(MACOSX)
#define OPENCL_DLL_NAME NULL