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:
parent
3ad0eb0027
commit
c50fa5486e
1 changed files with 0 additions and 5 deletions
|
@ -144,11 +144,6 @@ class LinuxUiGetterImpl : public ui::LinuxUiGetter {
|
|||
};
|
||||
#endif
|
||||
|
||||
template <typename T>
|
||||
void Erase(T* container, typename T::iterator iter) {
|
||||
container->erase(iter);
|
||||
}
|
||||
|
||||
#if BUILDFLAG(IS_WIN)
|
||||
int GetMinimumFontSize() {
|
||||
int min_font_size;
|
||||
|
|
Loading…
Add table
Reference in a new issue