summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gui/curses/gui-curses-window.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/gui/curses/gui-curses-window.c b/src/gui/curses/gui-curses-window.c
index bda0b7e10..a95b2724e 100644
--- a/src/gui/curses/gui-curses-window.c
+++ b/src/gui/curses/gui-curses-window.c
@@ -170,22 +170,6 @@ gui_window_objects_free (struct t_gui_window *window, int free_separators)
}
/*
- * Clears a Curses window with a WeeChat color.
- */
-
-void
-gui_window_clear_weechat (WINDOW *window, int weechat_color)
-{
- if (!gui_init_ok)
- return;
-
- wbkgdset (window, ' ' | COLOR_PAIR (gui_color_weechat_get_pair (weechat_color)) |
- gui_color[weechat_color]->attributes);
- werase (window);
- wmove (window, 0, 0);
-}
-
-/*
* Clears a Curses window.
*/