diff mcabber/src/utils.h @ 1440:72dd9c768f58

Remove safe_usleep() -- unused now
author Mikael Berthe <mikael@lilotux.net>
date Tue, 26 Feb 2008 22:36:40 +0100
parents f89844a0448a
children a087125d8fc8
line wrap: on
line diff
--- a/mcabber/src/utils.h	Tue Feb 26 22:28:16 2008 +0100
+++ b/mcabber/src/utils.h	Tue Feb 26 22:36:40 2008 +0100
@@ -26,8 +26,6 @@
 int    to_iso8601(char *dststr, time_t timestamp);
 time_t from_iso8601(const char *timestamp, int utc);
 
-void safe_usleep(unsigned int usec); /* Only for delays < 1s */
-
 int check_jid_syntax(const char *fjid);
 
 void mc_strtolower(char *str);