From a683752e4b312530067e9973f489edf9476db744 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Tue, 5 Sep 2023 15:31:09 +0200 Subject: [PATCH] Fixes warning on unused variable. --- fluid/fluid.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/fluid/fluid.cxx b/fluid/fluid.cxx index ef2ba390e..2a95cfd0b 100644 --- a/fluid/fluid.cxx +++ b/fluid/fluid.cxx @@ -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);