libpurple/protocols/gg/utils.c

changeset 34389
6c08701e549f
parent 34384
c81441091162
child 34394
ed78b0fc180e
--- a/libpurple/protocols/gg/utils.c	Tue Oct 23 12:51:28 2012 +0200
+++ b/libpurple/protocols/gg/utils.c	Tue Oct 23 12:53:08 2012 +0200
@@ -102,16 +102,6 @@
 		"<>\\\\|-]+$", password, 0, 0);
 }
 
-guint64 ggp_microtime(void)
-{
-	// replace with g_get_monotonic_time, when gtk 2.28 will be available
-	GTimeVal time_s;
-	
-	g_get_current_time(&time_s);
-	
-	return ((guint64)time_s.tv_sec << 32) | time_s.tv_usec;
-}
-
 gchar * ggp_utf8_strndup(const gchar *str, gsize n)
 {
 	int raw_len = strlen(str);

mercurial