Remove window::change_title since it's redundant
Applications can change title declaratively.
This commit is contained in:
parent
00b60d819b
commit
91fd6d395f
2 changed files with 0 additions and 13 deletions
|
|
@ -1321,11 +1321,6 @@ fn run_action<P, C>(
|
|||
}));
|
||||
}
|
||||
}
|
||||
window::Action::ChangeTitle(id, title) => {
|
||||
if let Some(window) = window_manager.get_mut(id) {
|
||||
window.raw.set_title(&title);
|
||||
}
|
||||
}
|
||||
window::Action::SetResizable(id, resizable) => {
|
||||
if let Some(window) = window_manager.get_mut(id) {
|
||||
window.raw.set_resizable(resizable);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue