chore: remove unused method Erase() (#43394)

chore: remove unused method Erase() (#43348)

Last use removed in Mar 2018 by 4b39d17e

Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Charles Kerr <charles@charleskerr.com>
This commit is contained in:
trop[bot] 2024-08-21 12:29:25 -05:00 committed by GitHub
parent 3ad0eb0027
commit c50fa5486e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -144,11 +144,6 @@ class LinuxUiGetterImpl : public ui::LinuxUiGetter {
}; };
#endif #endif
template <typename T>
void Erase(T* container, typename T::iterator iter) {
container->erase(iter);
}
#if BUILDFLAG(IS_WIN) #if BUILDFLAG(IS_WIN)
int GetMinimumFontSize() { int GetMinimumFontSize() {
int min_font_size; int min_font_size;