Skip to content

Commit

Permalink
fix: remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexays committed Sep 15, 2018
1 parent 86958f2 commit 3e2e1a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/modules/sni/sni.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 3e2e1a7

Please sign in to comment.