diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-09-29 11:24:15 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-09-29 11:27:30 +0300 |
commit | 264c6e4c522d828e7f3f6ac106763278f30c7e9b (patch) | |
tree | f1b932689a2fdb91b959c01ac54ee2923ced0009 /sc | |
parent | 55b0da55dbd4e811bd8c1c1f9b2fab33ad540c32 (diff) |
Bin code that died in f2b93f2e314215d6342e0bd5727e6740cc15e29c
Change-Id: Ib2df51589726c0163b8cbb5434c9017d358abc78
Diffstat (limited to 'sc')
-rw-r--r-- | sc/inc/types.hxx | 1 | ||||
-rw-r--r-- | sc/source/core/data/formulacell.cxx | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/sc/inc/types.hxx b/sc/inc/types.hxx index 77934f07482a..ed944b0b7617 100644 --- a/sc/inc/types.hxx +++ b/sc/inc/types.hxx @@ -78,7 +78,6 @@ enum GroupCalcState enum OpenCLKernelState { OpenCLKernelNone = 0, - OpenCLKernelCompilationScheduled, OpenCLKernelBinaryCreated }; diff --git a/sc/source/core/data/formulacell.cxx b/sc/source/core/data/formulacell.cxx index cb3764b9577b..6be8b2e36da2 100644 --- a/sc/source/core/data/formulacell.cxx +++ b/sc/source/core/data/formulacell.cxx @@ -2426,9 +2426,6 @@ bool ScFormulaCell::IsMultilineResult() bool ScFormulaCell::NeedsInterpret() const { - if (mxGroup && mxGroup->meKernelState == sc::OpenCLKernelCompilationScheduled) - return false; - if (!IsDirtyOrInTableOpDirty()) return false; |