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);