From: Toni Wilen Date: Thu, 14 May 2026 07:30:55 +0000 (+0300) Subject: Removed unused function X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=0897edcbccc96a101db3fda61e69bfb19083fd9a;p=francis%2Fwinuae.git Removed unused function --- 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);