fix: remove TODO

This commit is contained in:
Alexis 2018-09-09 20:47:28 +02:00
parent 86958f264e
commit 3e2e1a7018
No known key found for this signature in database
GPG Key ID: 20B1EC2EBBA96BD9
1 changed files with 0 additions and 1 deletions

View File

@ -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) {