Fix warning

This commit is contained in:
Maxime Coste 2015-07-24 13:57:44 +01:00
parent ea02467564
commit 6f337b254d

View File

@ -547,7 +547,6 @@ String selection_to_string(const Selection& selection)
String selection_list_to_string(const SelectionList& selections)
{
const auto& buffer = selections.buffer();
return join(transformed(selections, [](const Selection& s)
{ return selection_to_string(s); }),
':', false);