diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-09-05 15:31:09 +0200 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2023-09-05 15:31:09 +0200 |
| commit | a683752e4b312530067e9973f489edf9476db744 (patch) | |
| tree | 0ba92b3e99ad3c1355729f753d8ee54b04210e7f | |
| parent | 2e38007d1f1d6b13ad0ba5303bf58169ffb8da27 (diff) | |
Fixes warning on unused variable.
| -rw-r--r-- | fluid/fluid.cxx | 1 |
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); |
