From 2d509eb8bd754282e18b47deecdea91bd3edf0ce Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Fri, 14 Jun 2013 13:44:15 +0200 Subject: [PATCH] Remove changelog from conf.c --- conf.c | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/conf.c b/conf.c index 72af3dd..e45d5b0 100644 --- a/conf.c +++ b/conf.c @@ -23,17 +23,6 @@ ======================================================================= Module that reads and processes the configuration file. - -1999-12-19 Kalle Olavi Niemitalo - - * conf.c: Added a new configuration setting "acquisitionport" and - a function CNF_GetAcquisitionPort to read its value. - (acquisition_port): New variable. - (parse_port): Delegate most work to new function parse_some_port. - (parse_acquisitionport): New function. - (commands): Added "acquisitionport". - (CNF_GetAcquisitionPort): New function. - */ #include "config.h"