summaryrefslogtreecommitdiffstats
path: root/source3/include
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2014-01-27 15:00:02 +1300
committerMichael Adam <obnox@samba.org>2014-01-30 01:21:49 +0100
commitebb04f4037cc80df7a71c4d08184f8e9a8c60cdc (patch)
treea02dce87b0bb34373072db03bf6e6095b9963a13 /source3/include
parent02d60cd028e2d33b591056b8b07b2fc9b9c262b1 (diff)
downloadsamba-ebb04f4037cc80df7a71c4d08184f8e9a8c60cdc.tar.gz
samba-ebb04f4037cc80df7a71c4d08184f8e9a8c60cdc.tar.xz
samba-ebb04f4037cc80df7a71c4d08184f8e9a8c60cdc.zip
param: Remove unused lp_is_default (once used by SWAT)
Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 8585e911ff..9024f6b3b8 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -1050,7 +1050,6 @@ void *lp_local_ptr_by_snum(int snum, struct parm_struct *parm);
bool lp_do_parameter(int snum, const char *pszParmName, const char *pszParmValue);
bool lp_set_cmdline(const char *pszParmName, const char *pszParmValue);
bool lp_set_option(const char *option);
-bool lp_is_default(int snum, struct parm_struct *parm);
bool dump_a_parameter(int snum, char *parm_name, FILE * f, bool isGlobal);
struct parm_struct *lp_get_parameter(const char *param_name);
bool lp_snum_ok(int iService);