Bin code that died in f2b93f2e31
Change-Id: Ib2df51589726c0163b8cbb5434c9017d358abc78
This commit is contained in:
@@ -78,7 +78,6 @@ enum GroupCalcState
|
||||
enum OpenCLKernelState
|
||||
{
|
||||
OpenCLKernelNone = 0,
|
||||
OpenCLKernelCompilationScheduled,
|
||||
OpenCLKernelBinaryCreated
|
||||
};
|
||||
|
||||
|
@@ -2426,9 +2426,6 @@ bool ScFormulaCell::IsMultilineResult()
|
||||
|
||||
bool ScFormulaCell::NeedsInterpret() const
|
||||
{
|
||||
if (mxGroup && mxGroup->meKernelState == sc::OpenCLKernelCompilationScheduled)
|
||||
return false;
|
||||
|
||||
if (!IsDirtyOrInTableOpDirty())
|
||||
return false;
|
||||
|
||||
|
Reference in New Issue
Block a user