chore: remove unused method ElectronDesktopWindowTreeHostLinux::UpdateClientDecorationHints() (#43287)
Xref: dff980c9c2
Removed in #41868
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Charles Kerr <charles@charleskerr.com>
This commit is contained in:
parent
1b68645eb4
commit
8dc4d3c040
2 changed files with 0 additions and 5 deletions
|
@ -252,8 +252,4 @@ void ElectronDesktopWindowTreeHostLinux::UpdateFrameHints() {
|
|||
SizeConstraintsChanged();
|
||||
}
|
||||
}
|
||||
|
||||
void ElectronDesktopWindowTreeHostLinux::UpdateClientDecorationHints(
|
||||
ClientFrameViewLinux* view) {}
|
||||
|
||||
} // namespace electron
|
||||
|
|
|
@ -61,7 +61,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
|
||||
|
|
Loading…
Reference in a new issue