mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user