From 859aac7242fe3767c19c1bfff73d5e6159cbad31 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 28 Dec 2008 19:54:49 +0100 Subject: utils: removed myFgets() Replaced myFgets() with fgets() + g_strchomp(). --- 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 e7594c261..9701b9d4c 100644 --- a/src/utils.h +++ b/src/utils.h @@ -37,8 +37,6 @@ } while (0) #endif /* !assert_static */ -char *myFgets(char *buffer, int bufferSize, FILE * fp); - void stripReturnChar(char *string); void my_usleep(long usec); -- cgit v1.2.3