about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--src/ui/window.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/window.c b/src/ui/window.c
index b9c7ca36..a93322e3 100644
--- a/src/ui/window.c
+++ b/src/ui/window.c
@@ -167,7 +167,6 @@ win_create_muc(const char *const roomjid)
     int cols = getmaxx(stdscr);
 
     new_win->window.type = WIN_MUC;
-    new_win->window.layout = _win_create_simple_layout();
     ProfLayoutSplit *layout = malloc(sizeof(ProfLayoutSplit));
     layout->base.type = LAYOUT_SPLIT;