refactor: Remove all mentions of icon_t
Is exactly the same label_t
This commit is contained in:
parent
148d46b65b
commit
0ab9fcdc38
13 changed files with 52 additions and 84 deletions
include/components
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue