mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 22:23:29 -07:00
clean code
This commit is contained in:
parent
ae163c8067
commit
5f0c08a7bd
1 changed files with 0 additions and 7 deletions
|
@ -711,13 +711,6 @@ void CCalcEngine::ProcessCommandWorker(OpCode wParam)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case IDC_PI:
|
case IDC_PI:
|
||||||
|
|
||||||
m_bNoPrevEqu = true;
|
|
||||||
if (!m_bChangeOp)
|
|
||||||
{
|
|
||||||
m_nOpCode = 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!m_fIntegerMode)
|
if (!m_fIntegerMode)
|
||||||
{
|
{
|
||||||
CheckAndAddLastBinOpToHistory(); // pi is like entering the number
|
CheckAndAddLastBinOpToHistory(); // pi is like entering the number
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue