refactor: Remove all mentions of icon_t

Is exactly the same label_t
This commit is contained in:
patrick96 2018-12-23 22:59:10 +01:00 committed by Patrick Ziegler
parent 148d46b65b
commit 0ab9fcdc38
13 changed files with 52 additions and 84 deletions
include/components

View file

@ -13,8 +13,6 @@ using std::map;
namespace drawtypes {
class label;
using label_t = shared_ptr<label>;
using icon = label;
using icon_t = label_t;
}
using namespace drawtypes;