From 1157ed58006ec137e81a270ecdfb043e003f55d4 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Thu, 18 Jan 2001 02:58:16 +0000 Subject: mainwindows_recreate() should be declared always git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1136 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/fe-text/mainwindows.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/fe-text/mainwindows.h b/src/fe-text/mainwindows.h index 09ceeb83..5d65247a 100644 --- a/src/fe-text/mainwindows.h +++ b/src/fe-text/mainwindows.h @@ -27,9 +27,7 @@ void mainwindow_destroy(MAIN_WINDOW_REC *window); void mainwindows_redraw(void); void mainwindows_resize(int ychange, int xchange); -#ifndef USE_CURSES_WINDOWS void mainwindows_recreate(void); -#endif int mainwindows_reserve_lines(int count, int up); -- cgit v1.2.3