From 50779c494d4682103b96db440021e56e44311b6b Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sun, 29 May 2016 12:45:53 -0700 Subject: os: Remove CheckConnections poll provides per-fd notification of failure, so we don't need CheckConnections anymore. Signed-off-by: Keith Packard Reviewed-by: Adam Jackson --- include/os.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') diff --git a/include/os.h b/include/os.h index 765562c80..d2c41b402 100644 --- a/include/os.h +++ b/include/os.h @@ -141,8 +141,6 @@ extern _X_EXPORT const char *ClientAuthorized(ClientPtr /*client */ , unsigned int /*string_n */ , char * /*auth_string */ ); -extern _X_EXPORT void CheckConnections(void); - extern _X_EXPORT void CloseDownConnection(ClientPtr /*client */ ); typedef void (*NotifyFdProcPtr)(int fd, int ready, void *data); -- cgit v1.2.3