daemon: disable the empty template for now

it is useless until there is a functionality to add new room ports
This commit is contained in:
Nedko Arnaudov 2010-09-05 03:05:36 +03:00
parent 7eaf2d1729
commit 86b174b97a
1 changed files with 2 additions and 0 deletions

View File

@ -160,10 +160,12 @@ void create_builtin_room_templates(void)
{
struct room_descriptor room_descriptor;
#if 0 /* the empty template is useless until there is a functionality to add new room ports */
if (create_empty_room_template(empty_room, "Empty", &room_descriptor.room))
{
list_add_tail(ladish_room_get_list_node(room_descriptor.room), &g_room_templates);
}
#endif
if (create_room_template(basic_room, "Basic", &room_descriptor))
{