зеркало из https://github.com/electron/electron.git
chore: remove unused method Erase() (#43348)
Last use removed in Mar 2018 by 4b39d17e
This commit is contained in:
Родитель
189675575c
Коммит
44e4e4521c
|
@ -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;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче