mirror of https://github.com/fltk/fltk
Fixes warning on unused variable.
This commit is contained in:
parent
2e38007d1f
commit
a683752e4b
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue