diff util/stanza.lua @ 4541:05f5ec99da77

Merge with trunk
author Matthew Wild <mwild1@gmail.com>
date Sun, 22 Jan 2012 22:55:49 +0000
parents 2ee422bdafbe
children b9de59ea8dad
line wrap: on
line diff
--- a/util/stanza.lua	Sat Dec 10 17:21:19 2011 +0000
+++ b/util/stanza.lua	Sun Jan 22 22:55:49 2012 +0000
@@ -258,11 +258,6 @@
 	return type, condition or "undefined-condition", text;
 end
 
-function stanza_mt.__add(s1, s2)
-	return s1:add_direct_child(s2);
-end
-
-
 do
 	local id = 0;
 	function new_id()