src/miscallenous.cpp

changeset 1221
7f6715f08faf
parent 1218
e0b59d183f96
child 1222
34def2630300
--- 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[] =

mercurial