diff options
author | Michael Vetter <jubalh@iodoru.org> | 2020-12-10 14:40:25 +0100 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2020-12-10 14:40:25 +0100 |
commit | b12183aa1a777314b7966cd807628fbb514ab63d (patch) | |
tree | 3d27a08cb7d1977e3102345e9dd3d7ff2ac4719e /src/ui | |
parent | 3703879a1cb90f48b08ea4e651ea0ebaf02ed3fd (diff) | |
download | profani-tty-b12183aa1a777314b7966cd807628fbb514ab63d.tar.gz |
Remove empty line
Diffstat (limited to 'src/ui')
-rw-r--r-- | src/ui/window.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/window.c b/src/ui/window.c index 56f477da..559676af 100644 --- a/src/ui/window.c +++ b/src/ui/window.c @@ -179,7 +179,6 @@ win_create_muc(const char* const roomjid) layout->base.win = newpad(PAD_SIZE, cols - subwin_cols); wbkgd(layout->base.win, theme_attrs(THEME_TEXT)); layout->subwin = newpad(PAD_SIZE, subwin_cols); - ; wbkgd(layout->subwin, theme_attrs(THEME_TEXT)); } else { layout->base.win = newpad(PAD_SIZE, (cols)); |