summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2001-01-18 02:58:16 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2001-01-18 02:58:16 +0000
commit1157ed58006ec137e81a270ecdfb043e003f55d4 (patch)
tree9d2605c0f936cd447ff4ba6bda3a091b7e3458c0 /src
parentce6e5a12f92f5375da6bcf499be666210856dbf3 (diff)
downloadirssi-1157ed58006ec137e81a270ecdfb043e003f55d4.zip
mainwindows_recreate() should be declared always
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1136 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src')
-rw-r--r--src/fe-text/mainwindows.h2
1 files changed, 0 insertions, 2 deletions
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);