chore: remove unused method ElectronDesktopWindowTreeHostLinux::UpdateClientDecorationHints() (#43283)

Xref: dff980c9c2

Removed in #41868
This commit is contained in:
Charles Kerr 2024-08-10 18:55:10 -05:00 коммит произвёл GitHub
Родитель c35739d60d
Коммит 7721fdf886
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 0 добавлений и 5 удалений

Просмотреть файл

@ -253,8 +253,4 @@ void ElectronDesktopWindowTreeHostLinux::UpdateFrameHints() {
SizeConstraintsChanged();
}
}
void ElectronDesktopWindowTreeHostLinux::UpdateClientDecorationHints(
ClientFrameViewLinux* view) {}
} // namespace electron

Просмотреть файл

@ -62,7 +62,6 @@ class ElectronDesktopWindowTreeHostLinux
void UpdateFrameHints() override;
private:
void UpdateClientDecorationHints(ClientFrameViewLinux* view);
void UpdateWindowState(ui::PlatformWindowState new_state);
raw_ptr<NativeWindowViews> native_window_view_; // weak ref