OS X: remove FUSE_ENABLE_SETVOLNAME comment

master
szaka 2009-01-08 02:52:12 +00:00
parent f70df990c5
commit 4869dc96d5
1 changed files with 0 additions and 1 deletions

View File

@ -347,7 +347,6 @@ static void set_fuse_error(int *err)
static void *ntfs_macfuse_init(struct fuse_conn_info *conn)
{
FUSE_ENABLE_XTIMES(conn);
/* FUSE_ENABLE_SETVOLNAME(conn); Later, when implemented */
return NULL;
}