mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user