From 3e2e1a7018076783f0aff43644728d5dfd192802 Mon Sep 17 00:00:00 2001 From: Alexis Date: Sun, 9 Sep 2018 20:47:28 +0200 Subject: [PATCH] fix: remove TODO --- src/modules/sni/sni.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/sni/sni.cpp b/src/modules/sni/sni.cpp index d7d5000..b5c54be 100644 --- a/src/modules/sni/sni.cpp +++ b/src/modules/sni/sni.cpp @@ -75,7 +75,6 @@ void waybar::modules::SNI::Item::getAll(GObject* obj, GAsyncResult* res, item->icon_name = g_variant_dup_string(value, nullptr); } else if (g_strcmp0(key, "IconPixmap") == 0) { item->icon_pixmap = item->extractPixBuf(value); - // TODO: icon pixmap } else if (g_strcmp0(key, "OverlayIconName") == 0) { item->overlay_icon_name = g_variant_dup_string(value, nullptr); } else if (g_strcmp0(key, "OverlayIconPixmap") == 0) {