fix: remove comment about safety as it's not necessary anymore

This commit is contained in:
Ashley Wulber 2023-07-07 16:51:10 -04:00 committed by Ashley Wulber
parent cae8dc6a27
commit 8590c67be5

View file

@ -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();