--- a/src/miscallenous.cpp Thu Jan 04 20:23:21 2018 +0200 +++ b/src/miscallenous.cpp Thu Jan 04 21:40:45 2018 +0200 @@ -262,18 +262,6 @@ // ============================================================================= // -QString Join(QList<StringFormatArg> vals, QString delim) -{ - QStringList list; - - for (const StringFormatArg& arg : vals) - list << arg.text(); - - return list.join(delim); -} - -// ============================================================================= -// void RoundToDecimals(double& a, int decimals) { static const long e10[] =