Kaydet (Commit) 264c6e4c authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Bin code that died in f2b93f2e

Change-Id: Ib2df51589726c0163b8cbb5434c9017d358abc78
üst 55b0da55
...@@ -78,7 +78,6 @@ enum GroupCalcState ...@@ -78,7 +78,6 @@ enum GroupCalcState
enum OpenCLKernelState enum OpenCLKernelState
{ {
OpenCLKernelNone = 0, OpenCLKernelNone = 0,
OpenCLKernelCompilationScheduled,
OpenCLKernelBinaryCreated OpenCLKernelBinaryCreated
}; };
......
...@@ -2426,9 +2426,6 @@ bool ScFormulaCell::IsMultilineResult() ...@@ -2426,9 +2426,6 @@ bool ScFormulaCell::IsMultilineResult()
bool ScFormulaCell::NeedsInterpret() const bool ScFormulaCell::NeedsInterpret() const
{ {
if (mxGroup && mxGroup->meKernelState == sc::OpenCLKernelCompilationScheduled)
return false;
if (!IsDirtyOrInTableOpDirty()) if (!IsDirtyOrInTableOpDirty())
return false; return false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment