fix: remove comment about safety as it's not necessary anymore
This commit is contained in:
parent
cae8dc6a27
commit
8590c67be5
1 changed files with 0 additions and 1 deletions
|
|
@ -92,7 +92,6 @@ async fn main() -> Result<()> {
|
|||
.start(
|
||||
Process::new()
|
||||
.with_executable("cosmic-panel")
|
||||
// XXX this should be safe because cosmic-session runs on a single thread
|
||||
.with_fds(move || {
|
||||
let panel_notifications_fd = panel_notifications_fd_pre.clone();
|
||||
let fd = panel_notifications_fd.lock().unwrap();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue