summaryrefslogtreecommitdiff
path: root/sc/source/core/inc
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-10-29 17:48:49 +0200
committerTor Lillqvist <tml@collabora.com>2014-10-29 17:48:49 +0200
commit8007a9d1fc1912ec128199314f69562131eb10fb (patch)
tree32003b1dddc5521d80f09df4d9076d72e01c34f6 /sc/source/core/inc
parent3bdee6495ebc7f515d6d297e7f7df9a46acc3880 (diff)
sc::opencl::getOpenCLPlatformCount is unneeded
The same information can be seem from the size of the vector reference returned by sc::opencl::fillOpenCLInfo(). Change-Id: I797aacdf85a852bc4fa65e0536fd5940aed396a1
Diffstat (limited to 'sc/source/core/inc')
-rw-r--r--sc/source/core/inc/openclwrapper.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/core/inc/openclwrapper.hxx b/sc/source/core/inc/openclwrapper.hxx
index ef9842ab03f1..bc3957f6641c 100644
--- a/sc/source/core/inc/openclwrapper.hxx
+++ b/sc/source/core/inc/openclwrapper.hxx
@@ -88,7 +88,6 @@ public:
static void setKernelEnv( KernelEnv *envInfo );
};
-size_t getOpenCLPlatformCount();
const std::vector<OpenCLPlatformInfo>& fillOpenCLInfo();
/**