diff mcabber/src/screen.h @ 1274:c33b5b6fbf08

Fix screen refresh issue (spotted by franky) The message "Reading <JID> history file...", when loading a big history file, was displayed too late.
author Mikael Berthe <mikael@lilotux.net>
date Wed, 22 Aug 2007 22:19:33 +0200
parents 033576acac4c
children 8bbc764139ef
line wrap: on
line diff
--- a/mcabber/src/screen.h	Tue Aug 21 22:45:53 2007 +0200
+++ b/mcabber/src/screen.h	Wed Aug 22 22:19:33 2007 +0200
@@ -100,8 +100,6 @@
 void scr_Getch(keycode *kcode);
 int process_key(keycode kcode);
 
-inline void scr_DoUpdate(void);
-
 void scr_InitLocaleCharSet(void);
 void scr_InitCurses(void);
 void scr_TerminateCurses(void);