summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2023-09-05 15:31:09 +0200
committerMatthias Melcher <github@matthiasm.com>2023-09-05 15:31:09 +0200
commita683752e4b312530067e9973f489edf9476db744 (patch)
tree0ba92b3e99ad3c1355729f753d8ee54b04210e7f
parent2e38007d1f1d6b13ad0ba5303bf58169ffb8da27 (diff)
Fixes warning on unused variable.
-rw-r--r--fluid/fluid.cxx1
1 files changed, 0 insertions, 1 deletions
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);