Remove unused method
This commit is contained in:
parent
d687c3d81f
commit
0f332238b3
1 changed files with 0 additions and 7 deletions
|
@ -125,13 +125,6 @@ impl TestAppContext {
|
|||
}
|
||||
}
|
||||
|
||||
pub fn window<V: View>(&self, window_id: usize) -> Option<WindowHandle<V>> {
|
||||
self.cx
|
||||
.borrow()
|
||||
.read_window(window_id, |cx| cx.window())
|
||||
.flatten()
|
||||
}
|
||||
|
||||
pub fn read_window<T, F: FnOnce(&WindowContext) -> T>(
|
||||
&self,
|
||||
window_id: usize,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue