]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
Removed unused function
authorToni Wilen <twilen@winuae.net>
Thu, 14 May 2026 07:30:55 +0000 (10:30 +0300)
committerToni Wilen <twilen@winuae.net>
Thu, 14 May 2026 07:30:55 +0000 (10:30 +0300)
include/options.h

index 0c45e40fadee49b000e6e626c632b00052ebb2ea..8a3105cef9c180e1755abbd410f78952cd6800bd 100644 (file)
@@ -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);