diff options
author | Louie Shprung <lshprung@tutanota.com> | 2024-08-17 14:50:07 -0400 |
---|---|---|
committer | Louie Shprung <lshprung@tutanota.com> | 2024-08-17 14:50:07 -0400 |
commit | 996d3097cfa00363f16ff972b6da347b65ead23f (patch) | |
tree | fc5729e6c8b98aee192d44b22ef4f607e8793718 /src/include/read_cfg.h | |
parent | 70a15daa4367e072268f4302a68b6f73f6acf6c5 (diff) |
Remove foldcase and hr options
Diffstat (limited to 'src/include/read_cfg.h')
-rw-r--r-- | src/include/read_cfg.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/read_cfg.h b/src/include/read_cfg.h index 29a36e7..1337e32 100644 --- a/src/include/read_cfg.h +++ b/src/include/read_cfg.h @@ -8,8 +8,6 @@ #define BUF_LEN 1024 GROUP **cfg_interp(char *path, int *group_count); -bool get_sort(); -bool get_case_sensitivity(); void refer_to_doc(); //functions that differ by os |