From e7131b5da256c3d9472e3e3fdb826ae14da13188 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 19 Feb 2009 13:33:03 +0100 Subject: utils: use g_usleep() instead of my_usleep() Now that I've found this nice function in the GLib docs, we can finally remove our custom sleep function. Still all those callers of g_usleep() have to be migrated one day to use events, instead of regular polling. --- src/utils.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/utils.h') diff --git a/src/utils.h b/src/utils.h index d3fb7a61..d20f0b4f 100644 --- a/src/utils.h +++ b/src/utils.h @@ -28,8 +28,6 @@ } while (0) #endif /* !assert_static */ -void my_usleep(long usec); - char *parsePath(char *path); int set_nonblocking(int fd); -- cgit v1.2.3