From b94ab3c608eea4eaaad3762ac64995929a354173 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 23 Jul 2012 12:24:42 +1000 Subject: lib/param: Remove 'case insensitive filesystem' We use the slightly confusing 'case sensitive = yes' option for the same behaviour. This avoids adding even more confusing documentation for the ntvfs-only option. Andrew Bartlett --- lib/param/loadparm.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'lib/param/loadparm.c') diff --git a/lib/param/loadparm.c b/lib/param/loadparm.c index 5559ef621f..407b942dc9 100644 --- a/lib/param/loadparm.c +++ b/lib/param/loadparm.c @@ -851,14 +851,6 @@ static struct parm_struct parm_table[] = { .enum_list = NULL, .flags = FLAG_ADVANCED, }, - { - .label = "case insensitive filesystem", - .type = P_BOOL, - .p_class = P_LOCAL, - .offset = LOCAL_VAR(bCIFileSystem), - .special = NULL, - .enum_list = NULL - }, { .label = "max print jobs", -- cgit