diff mcabber/src/logprint.h @ 1413:f89844a0448a

Remove useless inlines
author Mikael Berthe <mikael@lilotux.net>
date Sat, 19 Jan 2008 12:09:00 +0100
parents c33b5b6fbf08
children 63dc211a4c1a
line wrap: on
line diff
--- a/mcabber/src/logprint.h	Sun Jan 13 20:28:07 2008 +0100
+++ b/mcabber/src/logprint.h	Sat Jan 19 12:09:00 2008 +0100
@@ -12,7 +12,7 @@
 
 void scr_LogPrint(unsigned int flag, const char *fmt, ...);
 
-inline void scr_DoUpdate(void);
+void scr_DoUpdate(void);
 
 #endif /* __LOGPRINT_H__ */