Fixes warning on unused variable.

This commit is contained in:
Matthias Melcher 2023-09-05 15:31:09 +02:00
parent 2e38007d1f
commit a683752e4b
1 changed files with 0 additions and 1 deletions

View File

@ -1167,7 +1167,6 @@ void write_cb(Fl_Widget *, void *) {
Write the strings that are used in i18n.
*/
void write_strings_cb(Fl_Widget *, void *) {
static const char *exts[] = { ".txt", ".po", ".msg" };
flush_text_widgets();
if (!filename) {
save_cb(0,0);