From 054837a480a3a5b15f48b8d0bdcde5a687d98c54 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 12 May 2011 12:55:25 +0200 Subject: imttcp: will not be upgraded to v2 config system This was an experimental module which did not work out well, so there is no point in enhancing it. --- plugins/imttcp/imttcp.c | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to 'plugins') diff --git a/plugins/imttcp/imttcp.c b/plugins/imttcp/imttcp.c index e62360bd..89c1dfd2 100644 --- a/plugins/imttcp/imttcp.c +++ b/plugins/imttcp/imttcp.c @@ -989,30 +989,6 @@ startupListeners() } -BEGINbeginCnfLoad -CODESTARTbeginCnfLoad -ENDbeginCnfLoad - - -BEGINendCnfLoad -CODESTARTendCnfLoad -ENDendCnfLoad - - -BEGINcheckCnf -CODESTARTcheckCnf -ENDcheckCnf - - -BEGINactivateCnf -CODESTARTactivateCnf -ENDactivateCnf - - -BEGINfreeCnf -CODESTARTfreeCnf -ENDfreeCnf - /* This function is called to gather input. */ BEGINrunInput -- cgit