From 0897edcbccc96a101db3fda61e69bfb19083fd9a Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Thu, 14 May 2026 10:30:55 +0300 Subject: [PATCH] Removed unused function --- include/options.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/options.h b/include/options.h index 0c45e40f..8a3105ce 100644 --- a/include/options.h +++ b/include/options.h @@ -1013,7 +1013,6 @@ extern void cfgfile_target_write_bool (struct zfile *f, const TCHAR *option, boo extern void cfgfile_target_dwrite_bool (struct zfile *f, const TCHAR *option, bool b); extern void cfgfile_write_str(struct zfile *f, const TCHAR *option, const TCHAR *value); -extern void cfgfile_write_str_escape(struct zfile *f, const TCHAR *option, const TCHAR *value); extern void cfgfile_dwrite_str(struct zfile *f, const TCHAR *option, const TCHAR *value); extern void cfgfile_target_write_str(struct zfile *f, const TCHAR *option, const TCHAR *value); extern void cfgfile_target_dwrite_str(struct zfile *f, const TCHAR *option, const TCHAR *value); -- 2.47.3