From d2b01dc2fd01673dcc225b1b2dd81cee4a702a54 Mon Sep 17 00:00:00 2001 From: alek Date: Fri, 10 Apr 2020 10:53:10 +0200 Subject: [PATCH] [EGD-3102] rem unused comment --- module-apps/application-messages/widgets/Icon.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/module-apps/application-messages/widgets/Icon.hpp b/module-apps/application-messages/widgets/Icon.hpp index bd5129ed8..65f452ebf 100644 --- a/module-apps/application-messages/widgets/Icon.hpp +++ b/module-apps/application-messages/widgets/Icon.hpp @@ -5,7 +5,6 @@ namespace gui { - // TODO: possibly a general Icon widget should be created (img + text below) class Icon : public Rect { Text *text = nullptr;