chore: remove unused method Erase() (#43363)
chore: remove unused method Erase() (#43348)
Last use removed in Mar 2018 by 4b39d17e
This commit is contained in:
parent
9e421e8f43
commit
3f16924182
1 changed files with 0 additions and 5 deletions
|
@ -145,11 +145,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…
Reference in a new issue