From bcb57cf92b1fd24374c23b0c8af3327216f0a936 Mon Sep 17 00:00:00 2001 From: louie Date: Tue, 15 Sep 2020 10:01:33 -0700 Subject: Removed compMode option, improved error messages --- read_cfg.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'read_cfg.h') diff --git a/read_cfg.h b/read_cfg.h index 5c2e77b..20aebe4 100644 --- a/read_cfg.h +++ b/read_cfg.h @@ -5,8 +5,6 @@ char *find_config(); void cfg_interp(); -int get_compmode(); - bool get_sort(); bool get_case_sensitivity(); -- cgit