mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 14:13:30 -07:00
Remove unused function
This commit is contained in:
parent
baccdbb8e4
commit
46f82fbe4d
1 changed files with 0 additions and 5 deletions
|
@ -164,8 +164,3 @@ void HistoryViewModel::OnClearCommand(_In_ Platform::Object ^ e)
|
|||
HistoryAnnouncement = CalculatorAnnouncement::GetHistoryClearedAnnouncement(m_localizedHistoryCleared);
|
||||
}
|
||||
}
|
||||
|
||||
unsigned long long HistoryViewModel::GetMaxItemSize()
|
||||
{
|
||||
return static_cast<unsigned long long>(m_calculatorManager->MaxHistorySize());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue