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:
trop[bot] 2024-08-11 00:27:23 -05:00 committed by GitHub
parent 1b68645eb4
commit 8dc4d3c040
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 5 deletions

View file

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

View file

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