mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-30 06:05:19 +00:00
Revert unnecessary app.rs changes
This commit is contained in:
parent
d7e6e8c5a1
commit
dd934e930b
1 changed files with 0 additions and 9 deletions
|
@ -4938,14 +4938,6 @@ impl Clone for AnyViewHandle {
|
|||
}
|
||||
}
|
||||
|
||||
impl PartialEq for AnyViewHandle {
|
||||
fn eq(&self, other: &Self) -> bool {
|
||||
self.window_id == other.window_id
|
||||
&& self.view_id == other.view_id
|
||||
&& self.view_type == other.view_type
|
||||
}
|
||||
}
|
||||
|
||||
impl From<&AnyViewHandle> for AnyViewHandle {
|
||||
fn from(handle: &AnyViewHandle) -> Self {
|
||||
handle.clone()
|
||||
|
@ -5171,7 +5163,6 @@ impl<T> Hash for WeakViewHandle<T> {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Eq, PartialEq, Hash)]
|
||||
pub struct AnyWeakViewHandle {
|
||||
window_id: usize,
|
||||
view_id: usize,
|
||||
|
|
Loading…
Reference in a new issue