summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-11-06 21:21:56 +0200
committerTor Lillqvist <tml@collabora.com>2013-11-13 20:28:11 +0200
commit3b7c9033e8b0f28544468a15bb902c1029c47084 (patch)
treefcf067bb36364766a6e98b5dfd5d483300cfae1d /sc/inc
parentcb0755e8d1ebb88a8f72f87cd6c822d2bd022c93 (diff)
We don't use the static OpenCL kernels any more
So remove them and code related only to them. Change-Id: Ibd09e7a801b9757443b6f87018570ec007e201d5
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/formulagroup.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/formulagroup.hxx b/sc/inc/formulagroup.hxx
index fb7692bcd2ed..7c1636457809 100644
--- a/sc/inc/formulagroup.hxx
+++ b/sc/inc/formulagroup.hxx
@@ -89,7 +89,6 @@ class SC_DLLPUBLIC FormulaGroupInterpreter
static FormulaGroupInterpreter *getStatic();
static void fillOpenCLInfo(std::vector<OpenclPlatformInfo>& rPlatforms);
static bool switchOpenCLDevice(const OUString& rDeviceId, bool bAutoSelect);
- static void compileOpenCLKernels();
static void enableOpenCL(bool bEnable);
virtual ScMatrixRef inverseMatrix(const ScMatrix& rMat) = 0;