text: Removed local join/split implementation

This commit is contained in:
Paul Beckingham 2016-12-07 01:14:16 -05:00
parent 6cdb0d4b95
commit 3c6ce4e0fc
11 changed files with 18 additions and 277 deletions

View file

@ -299,8 +299,7 @@ int CmdInfo::execute (std::string& output)
task.getTags (tags);
if (tags.size ())
{
std::string allTags;
join (allTags, " ", tags);
auto allTags = join (" ", tags);
row = view.addRow ();
view.set (row, 0, STRING_COLUMN_LABEL_TAGS);