mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-10 20:29:05 +00:00
Remove unused variable
This commit is contained in:
parent
85d1c89d34
commit
bdccdaca1c
1 changed files with 0 additions and 1 deletions
|
@ -505,7 +505,6 @@ impl CollabTitlebarItem {
|
|||
) -> AnyElement<Self> {
|
||||
let titlebar = &theme.workspace.titlebar;
|
||||
let avatar_style = &theme.workspace.titlebar.follower_avatar;
|
||||
let active = self.user_menu.read(cx).visible();
|
||||
Stack::new()
|
||||
.with_child(
|
||||
MouseEventHandler::<ToggleUserMenu, Self>::new(0, cx, |state, _| {
|
||||
|
|
Loading…
Reference in a new issue