Bin code that died in f2b93f2e31

Change-Id: Ib2df51589726c0163b8cbb5434c9017d358abc78
This commit is contained in:
Tor Lillqvist
2015-09-29 11:24:15 +03:00
parent 55b0da55db
commit 264c6e4c52
2 changed files with 0 additions and 4 deletions

View File

@@ -78,7 +78,6 @@ enum GroupCalcState
enum OpenCLKernelState
{
OpenCLKernelNone = 0,
OpenCLKernelCompilationScheduled,
OpenCLKernelBinaryCreated
};

View File

@@ -2426,9 +2426,6 @@ bool ScFormulaCell::IsMultilineResult()
bool ScFormulaCell::NeedsInterpret() const
{
if (mxGroup && mxGroup->meKernelState == sc::OpenCLKernelCompilationScheduled)
return false;
if (!IsDirtyOrInTableOpDirty())
return false;