x11: Remove logs for mac-os specific set_edited
and show_character_palette
(#32203)
Release Notes: - N/A
This commit is contained in:
parent
6de5d29bff
commit
711a9e5753
1 changed files with 0 additions and 8 deletions
|
@ -1322,10 +1322,6 @@ impl PlatformWindow for X11Window {
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
||||||
fn set_edited(&mut self, _edited: bool) {
|
|
||||||
log::info!("ignoring macOS specific set_edited");
|
|
||||||
}
|
|
||||||
|
|
||||||
fn set_background_appearance(&self, background_appearance: WindowBackgroundAppearance) {
|
fn set_background_appearance(&self, background_appearance: WindowBackgroundAppearance) {
|
||||||
let mut state = self.0.state.borrow_mut();
|
let mut state = self.0.state.borrow_mut();
|
||||||
state.background_appearance = background_appearance;
|
state.background_appearance = background_appearance;
|
||||||
|
@ -1333,10 +1329,6 @@ impl PlatformWindow for X11Window {
|
||||||
state.renderer.update_transparency(transparent);
|
state.renderer.update_transparency(transparent);
|
||||||
}
|
}
|
||||||
|
|
||||||
fn show_character_palette(&self) {
|
|
||||||
log::info!("ignoring macOS specific show_character_palette");
|
|
||||||
}
|
|
||||||
|
|
||||||
fn minimize(&self) {
|
fn minimize(&self) {
|
||||||
let state = self.0.state.borrow();
|
let state = self.0.state.borrow();
|
||||||
const WINDOW_ICONIC_STATE: u32 = 3;
|
const WINDOW_ICONIC_STATE: u32 = 3;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue