diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2013-09-11 14:45:36 -0400 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-09-19 17:03:16 +0200 |
commit | f1717208ec22f146acec5ad2483c5cdc9a536484 (patch) | |
tree | 9234dade5fee227f8eceee4fb7a87708a186c672 /sc/source/ui/optdlg | |
parent | 4aa113b2290591eeda1430c13775157b086b3b52 (diff) |
Remove opencl-sdk configure option, and build time opencl conditionals.
We now load OpenCL library dynmically at run-time as needed. So there
is no build time dependency on any OpenCL implementations.
Change-Id: I214399060398a7c5e37b9a254147ccc2834e7866
Diffstat (limited to 'sc/source/ui/optdlg')
-rw-r--r-- | sc/source/ui/optdlg/calcoptionsdlg.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/ui/optdlg/calcoptionsdlg.cxx b/sc/source/ui/optdlg/calcoptionsdlg.cxx index 6639f359d016..2ded895cbbe4 100644 --- a/sc/source/ui/optdlg/calcoptionsdlg.cxx +++ b/sc/source/ui/optdlg/calcoptionsdlg.cxx @@ -196,9 +196,7 @@ void ScCalcOptionsDialog::FillOptionsList() } pModel->Insert(createBoolItem(maCaptionEmptyStringAsZero,maConfig.mbEmptyStringAsZero)); -#if HAVE_FEATURE_OPENCL pModel->Insert(createBoolItem(maCaptionOpenCLEnabled,maConfig.mbOpenCLEnabled)); -#endif mpLbSettings->SetUpdateMode(true); } |