mirror of
https://github.com/Microsoft/calculator.git
synced 2025-07-13 00:32:52 -07:00
Remove dead code from History (#1228)
* Clean history * clean unit tests * cleaning * Remove friend class in HistoryViewModel
This commit is contained in:
parent
c37f540265
commit
143907f21f
13 changed files with 46 additions and 440 deletions
|
@ -130,7 +130,6 @@ StandardCalculatorViewModel::StandardCalculatorViewModel()
|
|||
IsOperandEnabled = true;
|
||||
IsNegateEnabled = true;
|
||||
IsDecimalEnabled = true;
|
||||
AreHistoryShortcutsEnabled = true;
|
||||
AreProgrammerRadixOperatorsEnabled = false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue