From 86b174b97aaa58086f66be2873ac2201fdf559cf Mon Sep 17 00:00:00 2001 From: Nedko Arnaudov Date: Sun, 5 Sep 2010 03:05:36 +0300 Subject: [PATCH] daemon: disable the empty template for now it is useless until there is a functionality to add new room ports --- daemon/control.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/daemon/control.c b/daemon/control.c index 414d5f1d..86bd85c8 100644 --- a/daemon/control.c +++ b/daemon/control.c @@ -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)) {