src/misc.h

changeset 496
d6cbf21af8fb
parent 493
16766ac1bbd9
child 498
791c831c8020
--- a/src/misc.h	Thu Oct 03 21:42:48 2013 +0300
+++ b/src/misc.h	Thu Oct 03 21:48:11 2013 +0300
@@ -68,15 +68,6 @@
 vertex rotPoint (const List<LDObject*>& objs);
 void configRotationPoint();
 
-template<class T, class R> R container_cast (const T& a)
-{	R b;
-
-	for (auto i : a)
-		b << i;
-
-	return b;
-}
-
 // =============================================================================
 namespace Grid
 {	enum Type

mercurial