From 0289272bd0e722522eaec7e7e5a1404bd332e4d6 Mon Sep 17 00:00:00 2001 From: blinxen Date: Mon, 13 Oct 2025 21:28:56 +0200 Subject: [PATCH] Remove comment that should be now obsolete --- swaybar/tray/item.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/swaybar/tray/item.c b/swaybar/tray/item.c index 9fb5eb064..262b00dd5 100644 --- a/swaybar/tray/item.c +++ b/swaybar/tray/item.c @@ -19,8 +19,6 @@ #include "stringop.h" #include "wlr-layer-shell-unstable-v1-client-protocol.h" -// TODO menu - static bool sni_ready(struct swaybar_sni *sni) { return sni->status && (sni->status[0] == 'N' ? // NeedsAttention sni->attention_icon_name || sni->attention_icon_pixmap :