From d65c484f3a1b210048045613c524c29fdfcb470c Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Thu, 4 Oct 2007 16:21:53 +0000 Subject: punt rc_is_link --- src/rc.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/rc.h') diff --git a/src/rc.h b/src/rc.h index 057d5f7e..f4e2af47 100644 --- a/src/rc.h +++ b/src/rc.h @@ -463,11 +463,6 @@ bool rc_env_bool (const char *variable); * @return true if it exists, otherwise false */ bool rc_exists (const char *pathname); -/*! Check if the file is a symbolic link or not - * @param pathname to check - * @return true if it's a symbolic link, otherwise false */ -bool rc_is_link (const char *pathname); - /*! Check if the file is a directory or not * @param pathname to check * @return true if it's a directory, otherwise false */ -- cgit v1.2.3