Index: trunk/src/object.cc
===================================================================
--- trunk/src/object.cc	(revision 105)
+++ trunk/src/object.cc	(revision 107)
@@ -17,6 +17,4 @@
 	: m_root( nullptr ), m_id(), m_name(), m_uid(0), m_lua_index(-2), m_parent( nullptr ), m_children(), m_child_count(0)
 {
-//	m_uid = uid_store::get_free_uid();
-//	uid_store::register_object( this, m_uid );
 }
 
