Remove unused function

This commit is contained in:
Alfonso Gregory 2021-07-14 17:31:52 -04:00 committed by GitHub
commit 46f82fbe4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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());
}