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
committed by GitHub
parent c35739d60d
commit 7721fdf886
2 changed files with 0 additions and 5 deletions

View File

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

View File

@@ -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