зеркало из https://github.com/electron/electron.git
chore: remove unused method ElectronDesktopWindowTreeHostLinux::UpdateClientDecorationHints() (#43283)
Xref: dff980c9c2
Removed in #41868
This commit is contained in:
Родитель
c35739d60d
Коммит
7721fdf886
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче