mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
🎨
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
parent
38313abc48
commit
c38de3243d
@ -979,14 +979,6 @@ impl MutableAppContext {
|
||||
.and_then(|window| window.root_view.clone().downcast::<T>())
|
||||
}
|
||||
|
||||
pub fn root_view_id(&self, window_id: usize) -> Option<usize> {
|
||||
self.cx.root_view_id(window_id)
|
||||
}
|
||||
|
||||
pub fn focused_view_id(&self, window_id: usize) -> Option<usize> {
|
||||
self.cx.focused_view_id(window_id)
|
||||
}
|
||||
|
||||
pub fn render_view(
|
||||
&mut self,
|
||||
window_id: usize,
|
||||
|
Loading…
Reference in New Issue
Block a user